border-clip-valid.html.ini (650B)
1 [border-clip-valid.html] 2 [e.style['border-clip'\] = "normal" should set the property value] 3 expected: FAIL 4 5 [e.style['border-clip'\] = "10px" should set the property value] 6 expected: FAIL 7 8 [e.style['border-clip'\] = "10%" should set the property value] 9 expected: FAIL 10 11 [e.style['border-clip'\] = "0" should set the property value] 12 expected: FAIL 13 14 [e.style['border-clip'\] = "1fr" should set the property value] 15 expected: FAIL 16 17 [e.style['border-clip'\] = "10px 10%" should set the property value] 18 expected: FAIL 19 20 [e.style['border-clip'\] = "10px 1em 10% 1fr 2fr" should set the property value] 21 expected: FAIL