blob: 9a1fe22f239a30bc2bacd12929ca7130ecaba61a (
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
|
[view-timeline-name-parsing.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['view-timeline-name'\] = "initial" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "inherit" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "unset" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "revert" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "none" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "abc" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = " abc" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "abc " should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "aBc" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "foo, bar" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "bar, foo" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "none, none" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "a, none, b" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "auto" should set the property value]
expected: FAIL
|