diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-images/object-view-box-parsing.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-images/object-view-box-parsing.html.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-images/object-view-box-parsing.html.ini b/testing/web-platform/meta/css/css-images/object-view-box-parsing.html.ini new file mode 100644 index 0000000000..efa1544884 --- /dev/null +++ b/testing/web-platform/meta/css/css-images/object-view-box-parsing.html.ini @@ -0,0 +1,20 @@ +[object-view-box-parsing.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['object-view-box'\] = "inset(10%)" should set the property value] + expected: FAIL + + [e.style['object-view-box'\] = "inset(10px 20px 30px 40px)" should set the property value] + expected: FAIL + + [e.style['object-view-box'\] = "rect(1px 10% 100px 50%)" should set the property value] + expected: FAIL + + [e.style['object-view-box'\] = "rect(auto auto auto auto)" should set the property value] + expected: FAIL + + [e.style['object-view-box'\] = "rect(auto 5px auto 10%)" should set the property value] + expected: FAIL + + [e.style['object-view-box'\] = "xywh(1px 10% 100px 50%)" should set the property value] + expected: FAIL |