diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-backgrounds/parsing/background-position-y-valid.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-backgrounds/parsing/background-position-y-valid.html.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-backgrounds/parsing/background-position-y-valid.html.ini b/testing/web-platform/meta/css/css-backgrounds/parsing/background-position-y-valid.html.ini new file mode 100644 index 0000000000..fbd29beb81 --- /dev/null +++ b/testing/web-platform/meta/css/css-backgrounds/parsing/background-position-y-valid.html.ini @@ -0,0 +1,11 @@ +[background-position-y-valid.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['background-position-y'\] = "y-start" should set the property value] + expected: FAIL + + [e.style['background-position-y'\] = "0.5em, y-start, y-end" should set the property value] + expected: FAIL + + [e.style['background-position-y'\] = "y-end" should set the property value] + expected: FAIL |