1
0
Fork 0
firefox/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.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

20 lines
635 B
INI

[prefix-suffix-syntax.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[@counter-style 'prefix: url("https://example.com/foo.png")' is valid]
expected: FAIL
[@counter-style 'suffix: url("https://example.com/foo.png")' is valid]
expected: FAIL
[@counter-style 'prefix: url(https://example.com/foo.png)' is valid]
expected: FAIL
[@counter-style 'suffix: url(https://example.com/foo.png)' is valid]
expected: FAIL
[@counter-style 'prefix: linear-gradient(yellow, blue)' is valid]
expected: FAIL
[@counter-style 'suffix: linear-gradient(yellow, blue)' is valid]
expected: FAIL