Skip to content
Snippets Groups Projects
Commit 3469f317 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[css mode] Add test for @supports

Issue #3066
parent 6b9511d1
No related branches found
No related tags found
No related merge requests found
......@@ -140,4 +140,9 @@
"[tag h1][builtin #foo] {",
" [property color]: [variable var]([variable-2 --main-color]);",
"}");
MT("supports",
"[def @supports] ([keyword not] (([property text-align-last]: [atom justify]) [keyword or] ([meta -moz-][property text-align-last]: [atom justify])) {",
" [property text-align-last]: [atom justify];",
"}");
})();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment