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

Unified Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt

Issue 2943213002: Revert of Make WebKitCSSMatrix an alias of DOMMatrix (Closed)
Patch Set: Revert of Make WebKitCSSMatrix an alias of DOMMatrix (patchset #16 id:300001 of https://codereview.… 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
Index: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
index c9903255f76fdb44ee1dacd58863f5e294e3e5b0..22f8ae857d2c1305b4c36088fbb44e5333954b20 100644
--- a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
@@ -8495,7 +8495,7 @@ interface WebKitAnimationEvent : Event
getter animationName
getter elapsedTime
method constructor
-interface WebKitCSSMatrix : DOMMatrixReadOnly
+interface WebKitCSSMatrix
attribute @@toStringTag
getter a
getter b
@@ -8520,18 +8520,16 @@ interface WebKitCSSMatrix : DOMMatrixReadOnly
getter m43
getter m44
method constructor
- method invertSelf
- method multiplySelf
- method preMultiplySelf
- method rotateAxisAngleSelf
- method rotateFromVectorSelf
- method rotateSelf
- method scale3dSelf
- method scaleSelf
+ method inverse
+ method multiply
+ method rotate
+ method rotateAxisAngle
+ method scale
method setMatrixValue
- method skewXSelf
- method skewYSelf
- method translateSelf
+ method skewX
+ method skewY
+ method toString
+ method translate
setter a
setter b
setter c

Powered by Google App Engine
This is Rietveld 408576698