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

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

Issue 18311002: Partial implementation of CSSVariablesMap for CSS Variables CSSOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased onto ToT, cleaned up includes Created 7 years, 5 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
new file mode 100644
index 0000000000000000000000000000000000000000..0ec252cf36543caedbc0a722edd5c99b891a66df
--- /dev/null
+++ b/LayoutTests/fast/css/variables/cssom-computed-style-expected.txt
@@ -0,0 +1,13 @@
+Computed variables declaration: [object CSSVariablesMap]
+Create variable: NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.
+Count variables: 3
+Count empty variables: 0
+Read stylesheet variable: pass
+Read inherited variable: pass
+Read inline variable: pass
+Read non-existent variable: 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.
+Read deleted variable: pass
+
« no previous file with comments | « LayoutTests/fast/css/variables/cssom-computed-style.html ('k') | LayoutTests/fast/css/variables/cssom-create.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698