blob: 4773d62c8e2d665f479fe793f27a2316d44075f5 (
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
|
[timeline-scope-parsing.tentative.html]
[e.style['timeline-scope'\] = "initial" should set the property value]
expected: FAIL
[e.style['timeline-scope'\] = "inherit" should set the property value]
expected: FAIL
[e.style['timeline-scope'\] = "unset" should set the property value]
expected: FAIL
[e.style['timeline-scope'\] = "revert" should set the property value]
expected: FAIL
[e.style['timeline-scope'\] = "none" should set the property value]
expected: FAIL
[e.style['timeline-scope'\] = "abc" should set the property value]
expected: FAIL
[e.style['timeline-scope'\] = " abc" should set the property value]
expected: FAIL
[e.style['timeline-scope'\] = "aBc" should set the property value]
expected: FAIL
[e.style['timeline-scope'\] = "foo, bar" should set the property value]
expected: FAIL
[e.style['timeline-scope'\] = "bar, foo" should set the property value]
expected: FAIL
[e.style['timeline-scope'\] = "auto" should set the property value]
expected: FAIL
|