[accent-color-parsing.html]
[e.style['accent-color'\] = "initial" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "inherit" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "unset" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "revert" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "auto" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "red" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "blue" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "currentcolor" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "#fff" should set the property value]
expected: FAIL