1
0
Fork 0
firefox/testing/web-platform/meta/css/css-images/object-view-box-parsing.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

20 lines
746 B
INI

[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