blob: a6e5ecfd6d4a2c50b502424cc63fc678d8314d39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[text-align-all-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['text-align-all'\] = "match-parent" should set the property value]
expected: FAIL
[e.style['text-align-all'\] = "left" should set the property value]
expected: FAIL
[e.style['text-align-all'\] = "center" should set the property value]
expected: FAIL
[e.style['text-align-all'\] = "start" should set the property value]
expected: FAIL
[e.style['text-align-all'\] = "end" should set the property value]
expected: FAIL
[e.style['text-align-all'\] = "right" should set the property value]
expected: FAIL
[e.style['text-align-all'\] = "justify" should set the property value]
expected: FAIL
|