blob: b5daddcd7d817ec2853206e7943ce86d0c259195 [file] [log] [blame]
PASS e.style['border-inline-start-color'] = "currentcolor" should set the property value
PASS e.style['border-inline-start-color'] = "rgb(2, 3, 4)" should set the property value
PASS e.style['border-inline-end-color'] = "#234" should set the property value
PASS e.style['border-inline-end-color'] = "transparent" should set the property value
PASS e.style['border-inline-color'] = "#234" should set the property value
PASS e.style['border-inline-color'] = "transparent rgb(2, 3, 4)" should set the property value
PASS e.style['border-inline-color'] = "rgb(2, 3, 4) rgb(2, 3, 4)" should set the property value