diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini new file mode 100644 index 0000000000..65db4d5cc4 --- /dev/null +++ b/testing/web-platform/meta/css/css-counter-styles/counter-style-at-rule/prefix-suffix-syntax.html.ini @@ -0,0 +1,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 |