blob: 7341d905b89ea291f37d74039bc0c4ff2996228e [file] [log] [blame]
PASS e.style['animation-name'] = "NONE" should set the property value
PASS e.style['animation-name'] = "foo" should set the property value
PASS e.style['animation-name'] = "Both" should set the property value
PASS e.style['animation-name'] = "ease-in" should set the property value
PASS e.style['animation-name'] = "infinite" should set the property value
PASS e.style['animation-name'] = "paused" should set the property value
PASS e.style['animation-name'] = "first, second, third" should set the property value
PASS e.style['animation-name'] = "\"string\"" should set the property value
PASS e.style['animation-name'] = "\"multi word string\"" should set the property value
PASS e.style['animation-name'] = "\"initial\"" should set the property value
PASS e.style['animation-name'] = "\"---\\22---\"" should set the property value