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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/variables/variables-in-at-rules-expected.txt

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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: 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.
+

Powered by Google App Engine
This is Rietveld 408576698