blob: efa15448845749b3584e69697c94b539b2c325bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
|