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