blob: b2b5787444cf0e628b24a6136f91e6e17d105222 [file] [log] [blame]
PASS e.style['accent-color'] = "initial" should set the property value
PASS e.style['accent-color'] = "inherit" should set the property value
PASS e.style['accent-color'] = "unset" should set the property value
PASS e.style['accent-color'] = "revert" should set the property value
PASS e.style['accent-color'] = "auto" should set the property value
PASS e.style['accent-color'] = "red" should set the property value
PASS e.style['accent-color'] = "blue" should set the property value
PASS e.style['accent-color'] = "currentcolor" should set the property value
PASS e.style['accent-color'] = "#fff" should set the property value
PASS e.style['accent-color'] = "auto auto" should not set the property value