diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-masking/parsing/mask-valid.sub.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-masking/parsing/mask-valid.sub.html.ini | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-masking/parsing/mask-valid.sub.html.ini b/testing/web-platform/meta/css/css-masking/parsing/mask-valid.sub.html.ini new file mode 100644 index 0000000000..23ebb73838 --- /dev/null +++ b/testing/web-platform/meta/css/css-masking/parsing/mask-valid.sub.html.ini @@ -0,0 +1,35 @@ +[mask-valid.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['mask'\] = "repeat-y" should set the property value] + expected: FAIL + + [e.style['mask'\] = "content-box" should set the property value] + expected: FAIL + + [e.style['mask'\] = "margin-box" should set the property value] + expected: FAIL + + [e.style['mask'\] = "view-box" should set the property value] + expected: FAIL + + [e.style['mask'\] = "no-clip" should set the property value] + expected: FAIL + + [e.style['mask'\] = "subtract" should set the property value] + expected: FAIL + + [e.style['mask'\] = "alpha" should set the property value] + expected: FAIL + + [e.style['mask'\] = "intersect no-clip space round 1px 2px / contain view-box, stroke-box linear-gradient(to left bottom, red, blue) luminance" should set the property value] + expected: FAIL + + [e.style['mask'\] = "none alpha" should set the property value] + expected: FAIL + + [e.style['mask'\] = "none" should set mask-position] + expected: FAIL + + [e.style['mask'\] = "none, linear-gradient(to left bottom, red, blue) padding-box" should set mask-position] + expected: FAIL |