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 | 12 |
1 files changed, 12 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..ceacfc276a --- /dev/null +++ b/testing/web-platform/meta/css/css-images/image-set/image-set-parsing.html.ini @@ -0,0 +1,12 @@ +[image-set-parsing.html] + [e.style['content'\] = "image-set(linear-gradient(black, white) 1x, 'example.png' 4x)" should set the property value] + expected: FAIL + + [e.style['content'\] = "-webkit-image-set(linear-gradient(black, white) 1x, 'example.png' 4x)" should set the property value] + expected: FAIL + + [e.style['content'\] = "image-set(url(\\"example.png\\") 192dpi, linear-gradient(black, white) 1x)" should set the property value] + expected: FAIL + + [e.style['content'\] = "-webkit-image-set(url(\\"example.png\\") 192dpi, linear-gradient(black, white) 1x)" should set the property value] + expected: FAIL |