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

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

Issue 2478623003: Disallow CSS custom properties as descriptors (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Custom properties are not allowed in @font-face rules
3 PASS Custom properties are not allowed in @viewport rules
4 FAIL Custom properties are not allowed in the outer scope of @keyframes rules as sert_equals: expected "@keyframes foo {\n 0% { --valid-var: 4; }\n 100% { left : 10px; }\n}" but got "@keyframes foo { \n 100% { left: 10px; }\n}"
5 Harness: the test ran to completion.
6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698