blob: 4061c795842d6ab108ed67e53850453b1fe67edc (
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
|
[text-spacing-trim-valid.html]
[e.style['text-spacing-trim'\] = "auto" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "space-all" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "trim-auto" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "trim-all" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "allow-end" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "space-first" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "allow-end space-first" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "space-first allow-end" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "normal" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "trim-both" should set the property value]
expected: FAIL
|