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

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

Issue 1589733004: CSS Typed OM: add TransformComponents Rotation and Skew (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cssValueAndCssString
Patch Set: Remove TransformComponent call in child constructor Created 4 years, 11 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 71090e8c08203a7f1f67fa7ebfca2d5cd2bae1b6..f38442033c70b4d05345851a0107c39ad5eba07e 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -4044,6 +4044,12 @@ interface Response
method constructor
method json
method text
+interface RotationTransformComponent : TransformComponent
+ getter angle
+ getter x
+ getter y
+ getter z
+ method constructor
interface SVGAElement : SVGGraphicsElement
getter href
getter target
@@ -5192,6 +5198,10 @@ interface SimpleLength : LengthValue
getter value
method constructor
setter value
+interface SkewTransformComponent : TransformComponent
+ getter ax
+ getter ay
+ method constructor
interface SpeechSynthesisEvent : Event
getter charIndex
getter elapsedTime
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/skewTransformComponent.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698