[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