[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