blob: f62a1e081bd07cd8317a9f6125f44eac76e33f22 [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