summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/scroll-animations/css/animation-timeline-parsing.html.ini
blob: deb5c13a599a41e9c9a8beec96581367c1d6d706 (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-timeline-parsing.html]
  [e.style['animation-timeline'\] = "\\"test\\"" should not set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "test1" should not set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "scroll(x)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "scroll(y)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "scroll(y root)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "view(x)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "view(y)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "view(y 1px 2px)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "view(y 1px)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "view(y auto)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "view(y auto auto)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "view(y auto 1px)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "view(1px 2px y)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "view(1px y)" should set the property value]
    expected: FAIL

  [e.style['animation-timeline'\] = "view(auto x)" should set the property value]
    expected: FAIL