blob: 9e04310f3a0ad24fb0f72e9ce0c3bbf14d3137f8 (
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
|
[shape-outside-valid-position.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['shape-outside'\] = "circle(at 10%)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(at bottom 10% right 20%)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(at bottom right)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(at center)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(at center left)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(at left)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(at top)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(at top center)" should set the property value]
expected: FAIL
|