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

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

Issue 2730633004: [CSS Typed OM] Rearrange StylePropertyMap classes to match the new spec. (Closed)
Patch Set: Remove spurious : Created 3 years, 9 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 31fb26ab4819175700df6ddcadbad8c36b97b3e3..fbe7ed7d65be7946614cd31185efb604c5801bd9 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -6488,12 +6488,16 @@ interface StorageManager
method estimate
method persist
method persisted
-interface StylePropertyMap
+interface StylePropertyMap : StylePropertyMapReadonly
attribute @@toStringTag
- method @@iterator
method append
method constructor
method delete
+ method set
+interface StylePropertyMapReadonly
+ attribute @@toStringTag
+ method @@iterator
+ method constructor
method entries
method forEach
method get
@@ -6501,7 +6505,6 @@ interface StylePropertyMap
method getProperties
method has
method keys
- method set
method values
interface StyleSheet
attribute @@toStringTag

Powered by Google App Engine
This is Rietveld 408576698