blob: 3a2bac2e44fb30f73665d7e6096293eb2cafc1c7 (
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
|
[view-timeline-attachment-parsing-tentative.html]
[e.style['view-timeline-attachment'\] = "initial" should set the property value]
expected: FAIL
[e.style['view-timeline-attachment'\] = "inherit" should set the property value]
expected: FAIL
[e.style['view-timeline-attachment'\] = "unset" should set the property value]
expected: FAIL
[e.style['view-timeline-attachment'\] = "revert" should set the property value]
expected: FAIL
[e.style['view-timeline-attachment'\] = "local" should set the property value]
expected: FAIL
[e.style['view-timeline-attachment'\] = "defer" should set the property value]
expected: FAIL
[e.style['view-timeline-attachment'\] = "ancestor" should set the property value]
expected: FAIL
[e.style['view-timeline-attachment'\] = "local, defer" should set the property value]
expected: FAIL
[e.style['view-timeline-attachment'\] = "defer, ancestor" should set the property value]
expected: FAIL
[e.style['view-timeline-attachment'\] = "local, defer, ancestor, local" should set the property value]
expected: FAIL
[e.style['view-timeline-attachment'\] = "local, local, local, local" should set the property value]
expected: FAIL
|