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

Unified Diff: LayoutTests/fast/css/variables/cssom-read-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
« no previous file with comments | « LayoutTests/fast/css/variables/cssom-read.html ('k') | LayoutTests/fast/css/variables/cssom-update.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/variables/cssom-read-expected.txt
diff --git a/LayoutTests/fast/css/variables/cssom-read-expected.txt b/LayoutTests/fast/css/variables/cssom-read-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4f26dc0773bfd210461ad5dac7ee7f69eabe9422
--- /dev/null
+++ b/LayoutTests/fast/css/variables/cssom-read-expected.txt
@@ -0,0 +1,19 @@
+Count vars: 2
+
+Access vars directly:
+a: apple
+b: banana
+
+Access non existent var:
+z:
+
+Setting c to carrot and d to dog...
+
+Count vars: 4
+
+Access vars directly:
+a: apple
+b: banana
+c: carrot
+d: dog
+
« no previous file with comments | « LayoutTests/fast/css/variables/cssom-read.html ('k') | LayoutTests/fast/css/variables/cssom-update.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698