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

Unified Diff: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt

Issue 2938413005: GeometryInterface: Enable GeometryInterfaces by default. (Closed)
Patch Set: rebased Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/SmokeTests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
diff --git a/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt b/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
index dcee1c83c0fa8604d7c022f0bee05f6fc9560267..f29be242022a9c98bdb30b843deb98a9ff194da1 100644
--- a/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
+++ b/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
@@ -5166,7 +5166,8 @@ interface WebKitAnimationEvent : Event
getter animationName
getter elapsedTime
method constructor
-interface WebKitCSSMatrix
+interface WebKitCSSMatrix : DOMMatrixReadOnly
+ attribute @@toStringTag
getter a
getter b
getter c
@@ -5190,16 +5191,18 @@ interface WebKitCSSMatrix
getter m43
getter m44
method constructor
- method inverse
- method multiply
- method rotate
- method rotateAxisAngle
- method scale
+ method invertSelf
+ method multiplySelf
+ method preMultiplySelf
+ method rotateAxisAngleSelf
+ method rotateFromVectorSelf
+ method rotateSelf
+ method scale3dSelf
+ method scaleSelf
method setMatrixValue
- method skewX
- method skewY
- method toString
- method translate
+ method skewXSelf
+ method skewYSelf
+ method translateSelf
setter a
setter b
setter c
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/SmokeTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698