Index: third_party/WebKit/LayoutTests/fast/css/variables/variables-in-at-rules-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/variables/variables-in-at-rules-expected.txt b/third_party/WebKit/LayoutTests/fast/css/variables/variables-in-at-rules-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f17527d9bb477ab3940a57ca53be268a9bc345c1 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css/variables/variables-in-at-rules-expected.txt |
@@ -0,0 +1,6 @@ |
+This is a testharness.js-based test. |
+PASS Custom properties are not allowed in @font-face rules |
+PASS Custom properties are not allowed in @viewport rules |
+FAIL Custom properties are not allowed in the outer scope of @keyframes rules assert_equals: expected "@keyframes foo {\n 0% { --valid-var: 4; }\n 100% { left: 10px; }\n}" but got "@keyframes foo { \n 100% { left: 10px; }\n}" |
+Harness: the test ran to completion. |
+ |