blob: fbd29beb812c1ec7e40f6fe0375be2a855ea00fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[background-position-y-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['background-position-y'\] = "y-start" should set the property value]
expected: FAIL
[e.style['background-position-y'\] = "0.5em, y-start, y-end" should set the property value]
expected: FAIL
[e.style['background-position-y'\] = "y-end" should set the property value]
expected: FAIL
|