blob: 65db4d5cc433d1faaf40d74ffe8c3ad585cb1a04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[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
|