blob: ecb4b8e647150d9232752bfd0a4bbb698a78fab2 [file] [log] [blame]
PASS e.style['animation'] = "1s" should set the property value
PASS e.style['animation'] = "cubic-bezier(0, -2, 1, 3)" should set the property value
PASS e.style['animation'] = "1s -3s" should set the property value
PASS e.style['animation'] = "4" should set the property value
PASS e.style['animation'] = "reverse" should set the property value
PASS e.style['animation'] = "both" should set the property value
PASS e.style['animation'] = "paused" should set the property value
PASS e.style['animation'] = "none" should set the property value
PASS e.style['animation'] = "anim" should set the property value
PASS e.style['animation'] = "anim paused both reverse 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set the property value
PASS e.style['animation'] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set the property value