blob: 5494c2f28cf627cd118b435a86cdc95853486d15 (
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
|
[shape-outside-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['shape-outside'\] = "cross-fade(url(\\"https://example.com/\\"), green)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle()" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(1px)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(closest-side)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(farthest-side at center top)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "circle(4% at top right)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "ellipse()" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "ellipse(3% 2%)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "ellipse(closest-side 1px)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "ellipse(farthest-side 4% at bottom left)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "ellipse(10% closest-side)" should set the property value]
expected: FAIL
|