| 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
|
|
|