blob: 9c9ea49d3e07427d5cbaf7cdb54669eb4c350b5d (
plain)
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
|
[white-space-collapse-valid.html]
[e.style['white-space-collapse'\] = "collapse" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "preserve" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "preserve-breaks" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "break-spaces" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "initial" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "inherit" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "unset" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "revert" should set the property value]
expected: FAIL
[e.style['white-space-collapse'\] = "revert-layer" should set the property value]
expected: FAIL
|