border-shape-valid.html.ini (954B)
1 [border-shape-valid.html] 2 [e.style['border-shape'\] = "none" should set the property value] 3 expected: FAIL 4 5 [e.style['border-shape'\] = "circle()" should set the property value] 6 expected: FAIL 7 8 [e.style['border-shape'\] = "polygon(10px 10px, 100px 10px, 10px 100px)" should set the property value] 9 expected: FAIL 10 11 [e.style['border-shape'\] = "shape(from 0px 0px, hline to 100px, vline to 100px, close)" should set the property value] 12 expected: FAIL 13 14 [e.style['border-shape'\] = "circle() circle()" should set the property value] 15 expected: FAIL 16 17 [e.style['border-shape'\] = "circle() polygon(10px 10px, 100px 10px, 10px 100px)" should set the property value] 18 expected: FAIL 19 20 [e.style['border-shape'\] = "circle() border-box circle() content-box" should set the property value] 21 expected: FAIL 22 23 [e.style['border-shape'\] = "circle() margin-box circle() view-box" should set the property value] 24 expected: FAIL