[border-shape-valid.html]
[e.style['border-shape'\] = "none" should set the property value]
expected: FAIL
[e.style['border-shape'\] = "circle()" should set the property value]
expected: FAIL
[e.style['border-shape'\] = "polygon(10px 10px, 100px 10px, 10px 100px)" should set the property value]
expected: FAIL
[e.style['border-shape'\] = "shape(from 0px 0px, hline to 100px, vline to 100px, close)" should set the property value]
expected: FAIL
[e.style['border-shape'\] = "circle() circle()" should set the property value]
expected: FAIL
[e.style['border-shape'\] = "circle() polygon(10px 10px, 100px 10px, 10px 100px)" should set the property value]
expected: FAIL