blob: 10ff3eae72ff9c49e99c554d65a8040399326c07 [file] [log] [blame]
PASS e.style['border-block-start-color'] = "#12" should not set the property value
PASS e.style['border-block-start-color'] = "auto" should not set the property value
PASS e.style['border-block-start-color'] = "red green" should not set the property value
PASS e.style['border-block-start-color'] = "rgb" should not set the property value
PASS e.style['border-block-start-color'] = "rgb(1,2,3,4,5)" should not set the property value
PASS e.style['border-block-start-color'] = "rgb(10%, 20, 30%)" should not set the property value
PASS e.style['border-block-end-color'] = "#123456789" should not set the property value
PASS e.style['border-block-end-color'] = "123" should not set the property value
PASS e.style['border-block-end-color'] = "hsla(1,2,3,4,5)" should not set the property value
PASS e.style['border-block-end-color'] = "red, green" should not set the property value
PASS e.style['border-block-end-color'] = "rgb(1)" should not set the property value
PASS e.style['border-block-end-color'] = "rgba(-2, 300, 400%, -0.5)" should not set the property value
PASS e.style['border-block-color'] = "auto" should not set the property value
PASS e.style['border-block-color'] = "lime, transparent" should not set the property value
PASS e.style['border-block-color'] = "red green blue" should not set the property value