blob: 20e26b2e81ca9143c540c4e819e01d8f81e41b08 [file] [log] [blame]
PASS e.style['overflow'] = "visible" should set the property value
PASS e.style['overflow'] = "hidden" should set the property value
PASS e.style['overflow'] = "scroll" should set the property value
PASS e.style['overflow'] = "auto" should set the property value
PASS e.style['overflow-x'] = "visible" should set the property value
PASS e.style['overflow-x'] = "hidden" should set the property value
PASS e.style['overflow-x'] = "scroll" should set the property value
PASS e.style['overflow-y'] = "auto" should set the property value