diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-images/image-set/image-set-parsing.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-images/image-set/image-set-parsing.html.ini | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-images/image-set/image-set-parsing.html.ini b/testing/web-platform/meta/css/css-images/image-set/image-set-parsing.html.ini new file mode 100644 index 0000000000..61513b598a --- /dev/null +++ b/testing/web-platform/meta/css/css-images/image-set/image-set-parsing.html.ini @@ -0,0 +1,25 @@ +[image-set-parsing.html] + expected: ERROR + [e.style['background-image'\] = "image-set(url(\\"example.png\\") -1x)" should not set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -1x)" should not set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") -3dppx)" should not set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -3dppx)" should not set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") -96dpi)" should not set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -96dpi)" should not set the property value] + expected: FAIL + + [e.style['background-image'\] = "image-set(url(\\"example.png\\") -113dpcm)" should not set the property value] + expected: FAIL + + [e.style['background-image'\] = "-webkit-image-set(url(\\"example.png\\") -113dpcm)" should not set the property value] + expected: FAIL |