blob: 40cf51852a5496a3a2fb1c17773ff0ea267227d0 (
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
|
[view-timeline-axis-parsing.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['view-timeline-axis'\] = "initial" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "inherit" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "unset" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "revert" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "block" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "inline" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "vertical" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "horizontal" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "block, inline" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "inline, block" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "block, vertical, horizontal, inline" should set the property value]
expected: FAIL
[e.style['view-timeline-axis'\] = "inline, inline, inline, inline" should set the property value]
expected: FAIL
|