diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-images/image-set')
5 files changed, 23 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-images/image-set/__dir__.ini b/testing/web-platform/meta/css/css-images/image-set/__dir__.ini new file mode 100644 index 0000000000..8b41aa1a85 --- /dev/null +++ b/testing/web-platform/meta/css/css-images/image-set/__dir__.ini @@ -0,0 +1 @@ +lsan-allowed: [Alloc, MakeUnique, Malloc, Realloc, XPCNativeInterface::NewInstance, XPCNativeSet::NewInstance, XPCNativeSet::NewInstanceMutate, XPCWrappedNative::GetNewOrUsed, XPCWrappedNativeProto::GetNewOrUsed, mozilla::extensions::MatchPatternCore::MatchPatternCore, mozilla::extensions::MatchPatternSet::Constructor, mozilla::extensions::MatchPatternSet::GetPatterns] diff --git a/testing/web-platform/meta/css/css-images/image-set/image-set-computed.sub.html.ini b/testing/web-platform/meta/css/css-images/image-set/image-set-computed.sub.html.ini new file mode 100644 index 0000000000..842c302872 --- /dev/null +++ b/testing/web-platform/meta/css/css-images/image-set/image-set-computed.sub.html.ini @@ -0,0 +1,6 @@ +[image-set-computed.sub.html] + [Property content value 'image-set(url('http://web-platform.test/example.png') 192dpi, linear-gradient(black, white) 1x)'] + expected: FAIL + + [Property content value '-webkit-image-set(url('http://web-platform.test/example.png') 192dpi, linear-gradient(black, white) 1x)'] + expected: FAIL 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 diff --git a/testing/web-platform/meta/css/css-images/image-set/image-set-type-unsupported-rendering-2.html.ini b/testing/web-platform/meta/css/css-images/image-set/image-set-type-unsupported-rendering-2.html.ini new file mode 100644 index 0000000000..b8a6abd059 --- /dev/null +++ b/testing/web-platform/meta/css/css-images/image-set/image-set-type-unsupported-rendering-2.html.ini @@ -0,0 +1,2 @@ +[image-set-type-unsupported-rendering-2.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-images/image-set/image-set-type-unsupported-rendering.html.ini b/testing/web-platform/meta/css/css-images/image-set/image-set-type-unsupported-rendering.html.ini new file mode 100644 index 0000000000..f2b544a7d8 --- /dev/null +++ b/testing/web-platform/meta/css/css-images/image-set/image-set-type-unsupported-rendering.html.ini @@ -0,0 +1,2 @@ +[image-set-type-unsupported-rendering.html] + expected: FAIL |