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

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 0b6eb368ea1eb5b1826aab4e586d0fc739c4cd8b..82e38369b7ffba37c60df1e592397b5c20c6ef49 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -976,6 +976,7 @@ interface DOMMatrix : DOMMatrixReadOnly
method invertSelf
method multiplySelf
method preMultiplySelf
+ method rotateAxisAngleSelf
method scale3dSelf
method scaleNonUniformSelf
method scaleSelf
@@ -1038,6 +1039,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