blob: fe0237a31334311fb8b79ae27c3d339573da68da [file] [log] [blame]
PASS e.style['overflow'] = "none" should not set the property value
PASS e.style['overflow'] = "visible hidden scroll" should not set the property value
PASS e.style['overflow'] = "no-display, no-content" should not set the property value
PASS e.style['overflow-x'] = "none" should not set the property value
PASS e.style['overflow-y'] = "visible hidden" should not set the property value
PASS e.style['overflow-y'] = "no-display, no-content" should not set the property value