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

Unified Diff: LayoutTests/fast/css/variables/cssom-computed-style-expected.txt

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Python code generator changes Created 7 years, 4 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: LayoutTests/fast/css/variables/cssom-computed-style-expected.txt
diff --git a/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt b/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt
index 0ec252cf36543caedbc0a722edd5c99b891a66df..1016b609e9ad6a6f144b4c2c7c5e766c60870a2d 100644
--- a/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt
+++ b/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt
@@ -1,4 +1,5 @@
Computed variables declaration: [object CSSVariablesMap]
+Equal variables declaration objects on multiple accesses: pass
Create variable: NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.
Count variables: 3
Count empty variables: 0
@@ -6,6 +7,11 @@ Read stylesheet variable: pass
Read inherited variable: pass
Read inline variable: pass
Read non-existent variable: pass
+Enumerate variables:
+ inherited: pass
+ inline: pass
+ stylesheet: pass
+Enumerate empty variables: pass
Update variable: NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.
Delete variable: Not deleted
Clear variables: NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.

Powered by Google App Engine
This is Rietveld 408576698