summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-text/parsing/text-spacing-valid.html.ini
blob: b58afe662eb681a2830475e4ca529962a9766d10 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[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-all" 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-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