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