blob: 7ad70e9036f1a398334ef6c73156aaa3dee34137 [file] [log] [blame]
PASS e.style['transition'] = "1s" should set the property value
PASS e.style['transition'] = "cubic-bezier(0, -2, 1, 3)" should set the property value
PASS e.style['transition'] = "1s -3s" should set the property value
PASS e.style['transition'] = "none" should set the property value
PASS e.style['transition'] = "top" should set the property value
PASS e.style['transition'] = "1s -3s cubic-bezier(0, -2, 1, 3) top" should set the property value
PASS e.style['transition'] = "1s -3s, cubic-bezier(0, -2, 1, 3) top" should set the property value