Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2365153002: [GeometryInterface] Add rotateAxisAngle*(x,y,z,angle) function. (Closed)
Patch Set: update test. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 703088088902ca2c089c9c5574fc7daa1c7de9bc..d14921bbcdf986427ae1442a311aa7c8684f0434 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -981,6 +981,7 @@ interface DOMMatrix : DOMMatrixReadOnly
method invertSelf
method multiplySelf
method preMultiplySelf
+ method rotateAxisAngleSelf
method scale3dSelf
method scaleNonUniformSelf
method scaleSelf
@@ -1043,6 +1044,7 @@ interface DOMMatrixReadOnly
method flipY
method inverse
method multiply
+ method rotateAxisAngle
method scale
method scale3d
method scaleNonUniform

Powered by Google App Engine
This is Rietveld 408576698