blob: 3201369950bd6c488109fc56baab409c497d339b [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