blob: a2952dc64a00c8f6fc4092e047b76d0f7e56af7b [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'] = "foo foo" should set the property value
PASS e.style['container-name'] = "\\!escaped" should set the property value
PASS e.style['container-name'] = "not" 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
PASS e.style['container-name'] = "\"initial\"" should not set the property value
PASS e.style['container-name'] = "\"inherit\"" should not set the property value
PASS e.style['container-name'] = "\"unset\"" should not set the property value
PASS e.style['container-name'] = "\"revert\"" should not set the property value
PASS e.style['container-name'] = "\"none\"" should not set the property value
PASS e.style['container-name'] = "\"foo\"" should not set the property value