blob: 76397af7d16f13381b4f1840ed78f92eab70eb0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[object-fit-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['object-fit'\] = "contain scale-down" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "cover scale-down" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "scale-down contain" should set the property value]
expected: FAIL
[e.style['object-fit'\] = "scale-down cover" should set the property value]
expected: FAIL
|