blob: a3c196262b294b8c70089f1bc29cc32ed9431baf (
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
|
[clip-path-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['clip-path'\] = "ellipse(1px closest-side)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "border-box circle(7% at 8% 9%)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "circle()" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "circle(1px)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "circle(closest-side)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "circle(farthest-side at center top)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "circle(4% at top right)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "ellipse()" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "ellipse(farthest-side 4% at bottom left)" should set the property value]
expected: FAIL
|