blob: 93eed9015c6e76717615353369a054f1941f1944 [file] [log] [blame]
PASS e.style['container-name'] = "initial" should set the property value
PASS e.style['container-name'] = "inherit" should set the property value
PASS e.style['container-name'] = "unset" should set the property value
PASS e.style['container-name'] = "revert" should set the property value
PASS e.style['container-name'] = "none" should set the property value
PASS e.style['container-name'] = "foo" should set the property value
PASS e.style['container-name'] = "BAR" should set the property value
PASS e.style['container-name'] = "foo bar" should set the property value
PASS e.style['container-name'] = "none none" should not set the property value
PASS e.style['container-name'] = "foo, bar" should not set the property value
PASS e.style['container-name'] = "#fff" should not set the property value
PASS e.style['container-name'] = "1px" should not set the property value
PASS e.style['container-name'] = "default" should not set the property value