blob: 3644756b5877a3df13eaf44f567e26a84a04865b (
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
|
[scroll-timeline-shorthand.tentative.html]
[e.style['scroll-timeline'\] = "abc vertical local" should set scroll-timeline-attachment]
expected: FAIL
[e.style['scroll-timeline'\] = "abc vertical local" should set scroll-timeline-axis]
expected: FAIL
[e.style['scroll-timeline'\] = "abc vertical local" should set scroll-timeline-name]
expected: FAIL
[e.style['scroll-timeline'\] = "abc vertical local" should not set unrelated longhands]
expected: FAIL
[e.style['scroll-timeline'\] = "inline horizontal defer" should set scroll-timeline-attachment]
expected: FAIL
[e.style['scroll-timeline'\] = "inline horizontal defer" should set scroll-timeline-axis]
expected: FAIL
[e.style['scroll-timeline'\] = "inline horizontal defer" should set scroll-timeline-name]
expected: FAIL
[e.style['scroll-timeline'\] = "inline horizontal defer" should not set unrelated longhands]
expected: FAIL
[e.style['scroll-timeline'\] = "abc vertical ancestor, def" should set scroll-timeline-attachment]
expected: FAIL
[e.style['scroll-timeline'\] = "abc vertical ancestor, def" should set scroll-timeline-axis]
expected: FAIL
[e.style['scroll-timeline'\] = "abc vertical ancestor, def" should set scroll-timeline-name]
expected: FAIL
[e.style['scroll-timeline'\] = "abc vertical ancestor, def" should not set unrelated longhands]
expected: FAIL
[e.style['scroll-timeline'\] = "abc, def" should set scroll-timeline-attachment]
expected: FAIL
[Shorthand contraction of scroll-timeline-name:abc:undefined;scroll-timeline-axis:inline:undefined;scroll-timeline-attachment:defer:undefined]
expected: FAIL
[Shorthand contraction of scroll-timeline-name:a, b:undefined;scroll-timeline-axis:inline, block:undefined;scroll-timeline-attachment:ancestor, local:undefined]
expected: FAIL
[e.style['scroll-timeline'\] = "abc defer vertical" should set the property value]
expected: FAIL
[e.style['scroll-timeline'\] = "abc vertical defer" should set the property value]
expected: FAIL
[Property scroll-timeline value 'abc defer vertical']
expected: FAIL
[Property scroll-timeline value 'abc vertical defer']
expected: FAIL
|