20 lines
635 B
INI
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
|