mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
66 lines
1 KiB
INI
Vendored
66 lines
1 KiB
INI
Vendored
[function-conditionals.html]
|
|
[Basic @supports]
|
|
expected: FAIL
|
|
|
|
[Basic @supports (false)]
|
|
expected: FAIL
|
|
|
|
[Nested @supports]
|
|
expected: FAIL
|
|
|
|
[Nested @supports (false)]
|
|
expected: FAIL
|
|
|
|
[Inconsequential conditional]
|
|
expected: FAIL
|
|
|
|
[@supports with locals]
|
|
expected: FAIL
|
|
|
|
[Basic @media]
|
|
expected: FAIL
|
|
|
|
[Basic @media (false)]
|
|
expected: FAIL
|
|
|
|
[Nested @media]
|
|
expected: FAIL
|
|
|
|
[Nested @media (false)]
|
|
expected: FAIL
|
|
|
|
[Locals within @media]
|
|
expected: FAIL
|
|
|
|
[@supports within @media]
|
|
expected: FAIL
|
|
|
|
[@media within @supports]
|
|
expected: FAIL
|
|
|
|
[Basic @container]
|
|
expected: FAIL
|
|
|
|
[Basic @container (false)]
|
|
expected: FAIL
|
|
|
|
[Nested @container]
|
|
expected: FAIL
|
|
|
|
[Nested @container (false)]
|
|
expected: FAIL
|
|
|
|
[Locals within @container]
|
|
expected: FAIL
|
|
|
|
[@supports within @container]
|
|
expected: FAIL
|
|
|
|
[@container within @supports]
|
|
expected: FAIL
|
|
|
|
[@container, @media, @supports]
|
|
expected: FAIL
|
|
|
|
[@supports, @media, @container]
|
|
expected: FAIL
|