1
0
Fork 0
firefox/testing/web-platform/meta/css/css-conditional/container-queries/query-evaluation-style.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

33 lines
776 B
INI

[query-evaluation-style.html]
[style((--foo: bar))]
expected: FAIL
[style(not (--baz: qux))]
expected: FAIL
[style((--foo: bar) and (--foo: bar))]
expected: FAIL
[style((--foo: bar) and (--foo: bar) and (--foo: bar))]
expected: FAIL
[style((--foo: bar) or (--foo: bar))]
expected: FAIL
[style((--foo: bar) or (--foo: bar) or (--foo: bar))]
expected: FAIL
[style((--baz: qux) or (--foo: bar) or (--foo: bar))]
expected: FAIL
[style((--foo: bar) or (--baz: qux) or (--foo: bar))]
expected: FAIL
[style((--foo: bar) or (--foo: bar) or (--baz: qux))]
expected: FAIL
[style(not ((--foo: bar) and (--baz: qux)))]
expected: FAIL
[style((--baz: qux) or (not ((--baz: qux) and (--foo: bar))))]
expected: FAIL