blob: 7511f02e79784130255800b043bf5afb534570f9 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
[text-spacing-valid.html]
[e.style['text-spacing'\] = "normal" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "none" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "auto" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "space-first" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "space-all" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "allow-end space-first" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "space-first allow-end" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace space-first" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace space-all" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "space-first no-autospace" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "space-all no-autospace" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace normal" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "normal no-autospace" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "normal normal" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "normal trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "trim-start normal " should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "trim-start no-autospace" should set the property value]
expected: FAIL
|