Index: LayoutTests/fast/css/variables/cssom-update-expected.txt |
diff --git a/LayoutTests/fast/css/variables/cssom-update-expected.txt b/LayoutTests/fast/css/variables/cssom-update-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..777a3df0604ae8bd95e0a0515591485ad1f0319f |
--- /dev/null |
+++ b/LayoutTests/fast/css/variables/cssom-update-expected.txt |
@@ -0,0 +1,18 @@ |
+This tests Javascript modification of CSS variables in inline styles. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS div.style.cssText is "var-a: pass; var-b: pass; var-c: pass;" |
+PASS div.style.var.size is 3 |
+PASS div.style.var.get("a") is "pass" |
+PASS div.style.var.get("b") is "pass" |
+PASS div.style.var.get("c") is "pass" |
+PASS forEachIterations[0] is ["pass", "a", "[object CSSVariablesMap]"] |
+PASS forEachIterations[1] is ["pass", "b", "[object CSSVariablesMap]"] |
+PASS forEachIterations[2] is ["pass", "c", "[object CSSVariablesMap]"] |
+PASS forEachIterations.length is 3 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |