Source code

Revision control

Copy as Markdown

Other Tools

[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