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

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: fix layout test name 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 28a7cf575c3de443cc0cc7cefdf43e9d97eee5e1..dce80d734cfd197f96f9de5b78f2bb2e250cd59f 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -501,6 +501,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
@@ -6115,12 +6121,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

Powered by Google App Engine
This is Rietveld 408576698