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

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

Issue 1958933003: Typed CSSOM: Rename Translation to CSSTranslation (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 70253970c799fdcfdeb9c080a54ff3315db3c532..7bd47ad143b820af870bf83003b47051a47e395d 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -520,6 +520,12 @@ interface CSSSupportsRule : CSSRule
method constructor
method deleteRule
method insertRule
+interface CSSTranslation : TransformComponent
+ attribute @@toStringTag
+ getter x
+ getter y
+ getter z
+ method constructor
interface CSSViewportRule : CSSRule
attribute @@toStringTag
getter style
@@ -6106,12 +6112,6 @@ interface TransitionEvent : Event
getter propertyName
getter pseudoElement
method constructor
-interface Translation : TransformComponent
- attribute @@toStringTag
- getter x
- getter y
- getter z
- method constructor
interface TreeWalker
attribute @@toStringTag
getter currentNode
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/translationTransformComponent.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698