blob: fd637df85dbf6a5d261ebb44ee0649363f62aa09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[text-wrap-style-valid.html]
[e.style['text-wrap-style'\] = "auto" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "balance" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "pretty" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "stable" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "initial" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "inherit" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "unset" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "revert" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "revert-layer" should set the property value]
expected: FAIL
|