summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-animations/parsing/animation-delay-shorthand.html.ini
blob: 18a633cf6635bca94d8c971e0564efbb7ba5e215 (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
[animation-delay-shorthand.html]
  [e.style['animation-delay'\] = "1s 2s" should set the property value]
    expected: FAIL

  [e.style['animation-delay'\] = "1s 2s, 3s" should set the property value]
    expected: FAIL

  [e.style['animation-delay'\] = "1s, 2s 3s" should set the property value]
    expected: FAIL

  [e.style['animation-delay'\] = "1s 2s" should set animation-delay-end]
    expected: FAIL

  [e.style['animation-delay'\] = "1s 2s" should set animation-delay-start]
    expected: FAIL

  [e.style['animation-delay'\] = "1s 2s" should not set unrelated longhands]
    expected: FAIL

  [e.style['animation-delay'\] = "1s" should set animation-delay-end]
    expected: FAIL

  [e.style['animation-delay'\] = "1s" should set animation-delay-start]
    expected: FAIL

  [e.style['animation-delay'\] = "1s" should not set unrelated longhands]
    expected: FAIL

  [e.style['animation-delay'\] = "1s 2s, 3s 4s" should set animation-delay-end]
    expected: FAIL

  [e.style['animation-delay'\] = "1s 2s, 3s 4s" should set animation-delay-start]
    expected: FAIL

  [e.style['animation-delay'\] = "1s 2s, 3s 4s" should not set unrelated longhands]
    expected: FAIL

  [e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should set animation-delay-end]
    expected: FAIL

  [e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should set animation-delay-start]
    expected: FAIL

  [e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should not set unrelated longhands]
    expected: FAIL