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

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

Issue 1997503003: Typed CSSOM: Rename LengthValue to CSSLengthValue (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 eba61789f830baf00b06603354574c86ba0cff0c..c20db9e1082b710951277f768faed28fd9e1c9ff 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -438,6 +438,14 @@ interface CSSKeywordValue : StyleValue
attribute @@toStringTag
getter keywordValue
method constructor
+interface CSSLengthValue : StyleValue
+ static method from
+ attribute @@toStringTag
+ method add
+ method constructor
+ method divide
+ method multiply
+ method subtract
interface CSSMediaRule : CSSGroupingRule
attribute @@toStringTag
getter media
@@ -563,7 +571,7 @@ interface CacheStorage
method keys
method match
method open
-interface CalcLength : LengthValue
+interface CalcLength : CSSLengthValue
attribute @@toStringTag
getter ch
getter cm
@@ -3472,14 +3480,6 @@ interface KeyboardEvent : UIEvent
interface KeyframeEffect : AnimationEffectReadOnly
attribute @@toStringTag
method constructor
-interface LengthValue : StyleValue
- static method from
- attribute @@toStringTag
- method add
- method constructor
- method divide
- method multiply
- method subtract
interface Location
attribute @@toStringTag
method constructor
@@ -5797,7 +5797,7 @@ interface ShippingAddress
getter regionCode
getter sortingCode
method constructor
-interface SimpleLength : LengthValue
+interface SimpleLength : CSSLengthValue
attribute @@toStringTag
getter type
getter value

Powered by Google App Engine
This is Rietveld 408576698