blob: 26b2a31d21b7a8b3abb3bbeaee8357283af5c60c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[text-align-all-valid.html]
[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'\] = "left" 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'\] = "center" should set the property value]
expected: FAIL
[e.style['text-align-all'\] = "justify" should set the property value]
expected: FAIL
[e.style['text-align-all'\] = "match-parent" should set the property value]
expected: FAIL
|