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

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

Issue 1976493002: Typed CSSOM: Rename Rotation and RotationTransformComponent to CSSRotation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 d182b701325e64a2deb262bcb87b2339a7c5017e..5eab8fef3a22a91748fd264e1350c5319627cc98 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -440,6 +440,13 @@ interface CSSPositionValue : StyleValue
getter x
getter y
method constructor
+interface CSSRotation : TransformComponent
+ attribute @@toStringTag
+ getter angle
+ getter x
+ getter y
+ getter z
+ method constructor
interface CSSRule
attribute @@toStringTag
attribute CHARSET_RULE
@@ -4510,13 +4517,6 @@ interface Response
method constructor
method json
method text
-interface Rotation : TransformComponent
- attribute @@toStringTag
- getter angle
- getter x
- getter y
- getter z
- method constructor
interface SVGAElement : SVGGraphicsElement
attribute @@toStringTag
getter href
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/rotationTransformComponent.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698