summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-transitions/parsing/transition-behavior.html.ini
blob: 246320aaa88c08b97cb154cf7d4ca703285a0afe (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[transition-behavior.html]
  [e.style['transition-behavior'\] = "normal" should set the property value]
    expected: FAIL

  [Property transition-behavior value 'normal']
    expected: FAIL

  [e.style['transition-behavior'\] = "allow-discrete" should set the property value]
    expected: FAIL

  [Property transition-behavior value 'allow-discrete']
    expected: FAIL

  [e.style['transition'\] = "allow-discrete display" should set the property value]
    expected: FAIL

  [Property transition value 'allow-discrete display']
    expected: FAIL

  [e.style['transition'\] = "allow-discrete display 3s" should set the property value]
    expected: FAIL

  [Property transition value 'allow-discrete display 3s']
    expected: FAIL

  [e.style['transition'\] = "allow-discrete display 3s 1s" should set the property value]
    expected: FAIL

  [Property transition value 'allow-discrete display 3s 1s']
    expected: FAIL

  [e.style['transition'\] = "allow-discrete display 3s ease-in-out" should set the property value]
    expected: FAIL

  [Property transition value 'allow-discrete display 3s ease-in-out']
    expected: FAIL

  [e.style['transition'\] = "allow-discrete display 3s ease-in-out 1s" should set the property value]
    expected: FAIL

  [Property transition value 'allow-discrete display 3s ease-in-out 1s']
    expected: FAIL

  [e.style['transition'\] = "display allow-discrete 3s ease-in-out 1s" should set the property value]
    expected: FAIL

  [e.style['transition'\] = "display 3s allow-discrete ease-in-out 1s" should set the property value]
    expected: FAIL

  [e.style['transition'\] = "display 3s ease-in-out allow-discrete 1s" should set the property value]
    expected: FAIL

  [e.style['transition'\] = "display 3s ease-in-out 1s allow-discrete" should set the property value]
    expected: FAIL

  [Property transition value 'display allow-discrete 3s ease-in-out 1s']
    expected: FAIL

  [Property transition value 'display 3s allow-discrete ease-in-out 1s']
    expected: FAIL

  [Property transition value 'display 3s ease-in-out allow-discrete 1s']
    expected: FAIL

  [Property transition value 'display 3s ease-in-out 1s allow-discrete']
    expected: FAIL

  [e.style['transition'\] = "allow-discrete display, normal opacity, color" should set the property value]
    expected: FAIL

  [Property transition value 'allow-discrete display, normal opacity, color']
    expected: FAIL

  [e.style['transition'\] = "normal opacity, color, allow-discrete display" should set the property value]
    expected: FAIL

  [Property transition value 'normal opacity, color, allow-discrete display']
    expected: FAIL