blob: 77c3600e2a3206b1a22bc577b486531c78c3b430 (
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
|
[offset-position-parsing-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['offset-position'\] = "auto" should set the property value]
expected: FAIL
[e.style['offset-position'\] = "left bottom" should set the property value]
expected: FAIL
[e.style['offset-position'\] = "center center" should set the property value]
expected: FAIL
[e.style['offset-position'\] = "right center" should set the property value]
expected: FAIL
[e.style['offset-position'\] = "center top" should set the property value]
expected: FAIL
[e.style['offset-position'\] = "center bottom" should set the property value]
expected: FAIL
[e.style['offset-position'\] = "calc(10px + 20%) center" should set the property value]
expected: FAIL
[e.style['offset-position'\] = "right 30em" should set the property value]
expected: FAIL
[e.style['offset-position'\] = "10px 20%" should set the property value]
expected: FAIL
[e.style['offset-position'\] = "left -10px top -20%" should set the property value]
expected: FAIL
[e.style['offset-position'\] = "right 10% bottom 20em" should set the property value]
expected: FAIL
|