diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-masking/parsing/mask-position-valid.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-masking/parsing/mask-position-valid.html.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-masking/parsing/mask-position-valid.html.ini b/testing/web-platform/meta/css/css-masking/parsing/mask-position-valid.html.ini new file mode 100644 index 0000000000..667deaa9a6 --- /dev/null +++ b/testing/web-platform/meta/css/css-masking/parsing/mask-position-valid.html.ini @@ -0,0 +1,29 @@ +[mask-position-valid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['mask-position'\] = "10%" should set the property value] + expected: FAIL + + [e.style['mask-position'\] = "30px center" should set the property value] + expected: FAIL + + [e.style['mask-position'\] = "center bottom" should set the property value] + expected: FAIL + + [e.style['mask-position'\] = "center left" should set the property value] + expected: FAIL + + [e.style['mask-position'\] = "left" should set the property value] + expected: FAIL + + [e.style['mask-position'\] = "top" should set the property value] + expected: FAIL + + [e.style['mask-position'\] = "top center" should set the property value] + expected: FAIL + + [e.style['mask-position'\] = "center" should set the property value] + expected: FAIL + + [e.style['mask-position'\] = "top, center, left" should set the property value] + expected: FAIL |