blob: 633dcc7b4f43d1f46fa4e8d5a630b051867f6810 [file] [log] [blame]
PASS e.style['color'] = "currentcolor" should set the property value
PASS e.style['color'] = "transparent" should set the property value
PASS e.style['color'] = "red" should set the property value
PASS e.style['color'] = "magenta" should set the property value
PASS e.style['color'] = "#234" should set the property value
PASS e.style['color'] = "#FEDCBA" should set the property value
PASS e.style['color'] = "rgb(2, 3, 4)" should set the property value
PASS e.style['color'] = "rgb(100%, 0%, 0%)" should set the property value
PASS e.style['color'] = "rgba(2, 3, 4, 0.5)" should set the property value
PASS e.style['color'] = "rgba(2, 3, 4, 50%)" should set the property value
PASS e.style['color'] = "hsl(120, 100%, 50%)" should set the property value
PASS e.style['color'] = "hsla(120, 100%, 50%, 0.25)" should set the property value
PASS e.style['color'] = "rgb(-2, 3, 4)" should set the property value
PASS e.style['color'] = "rgb(100, 200, 300)" should set the property value
PASS e.style['color'] = "rgb(20, 10, 0, -10)" should set the property value
PASS e.style['color'] = "rgb(100%, 200%, 300%)" should set the property value