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 1958943002: Typed CSSOM: Rename PositionValue to CSSPositionValue (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 b8de9cdc16657e576c1802db18e9c5402a2d4298..6fcbf82289ad46abd6f3b82aebfd74ac80cbcb2b 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -435,6 +435,11 @@ interface CSSPageRule : CSSRule
getter style
method constructor
setter selectorText
+interface CSSPositionValue : StyleValue
+ attribute @@toStringTag
+ getter x
+ getter y
+ method constructor
interface CSSRule
attribute @@toStringTag
attribute CHARSET_RULE
@@ -4285,11 +4290,6 @@ interface PopStateEvent : Event
attribute @@toStringTag
getter state
method constructor
-interface PositionValue : StyleValue
- attribute @@toStringTag
- getter x
- getter y
- method constructor
interface Presentation
attribute @@toStringTag
getter defaultRequest
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/positionValue.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698