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

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: Removed unused IDL callback definition Created 7 years, 6 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-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
+

Powered by Google App Engine
This is Rietveld 408576698