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

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

Issue 2005683002: Typed CSSOM: Rename SimpleLength to CSSSimpleLength (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix SimpleLengthType compile errors 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 029e76d69ebcc5b5a6c5b03a417daae2ab171860..757668d2be59415b858ac1807cbd594fea982ecb 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -504,6 +504,12 @@ interface CSSRuleList
method @@iterator
method constructor
method item
+interface CSSSimpleLength : CSSLengthValue
+ attribute @@toStringTag
+ getter type
+ getter value
+ method constructor
+ setter value
interface CSSStyleDeclaration
attribute @@toStringTag
getter cssFloat
@@ -5793,12 +5799,6 @@ interface ShippingAddress
getter regionCode
getter sortingCode
method constructor
-interface SimpleLength : CSSLengthValue
- attribute @@toStringTag
- getter type
- getter value
- method constructor
- setter value
interface SiteBoundCredential : Credential
attribute @@toStringTag
getter iconURL
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/styleValue-parse-basic.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698