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