blob: f1d24e8a09ca3db99810b43d2b298c051e19b6c9 [file] [log] [blame]
PASS e.style['transition-timing-function'] = "linear" should set the property value
PASS e.style['transition-timing-function'] = "ease" should set the property value
PASS e.style['transition-timing-function'] = "ease-in" should set the property value
PASS e.style['transition-timing-function'] = "ease-out" should set the property value
PASS e.style['transition-timing-function'] = "ease-in-out" should set the property value
PASS e.style['transition-timing-function'] = "cubic-bezier(0.1, 0.2, 0.8, 0.9)" should set the property value
PASS e.style['transition-timing-function'] = "cubic-bezier(0, -2, 1, 3)" should set the property value
PASS e.style['transition-timing-function'] = "cubic-bezier(0, 0.7, 1, 1.3)" should set the property value
PASS e.style['transition-timing-function'] = "step-start" should set the property value
PASS e.style['transition-timing-function'] = "step-end" should set the property value
PASS e.style['transition-timing-function'] = "steps(4)" should set the property value
PASS e.style['transition-timing-function'] = "steps(4, start)" should set the property value
PASS e.style['transition-timing-function'] = "steps(2, end)" should set the property value
PASS e.style['transition-timing-function'] = "steps(2, jump-start)" should set the property value
PASS e.style['transition-timing-function'] = "steps(2, jump-end)" should set the property value
PASS e.style['transition-timing-function'] = "steps(2, jump-both)" should set the property value
PASS e.style['transition-timing-function'] = "steps(2, jump-none)" should set the property value
PASS e.style['transition-timing-function'] = "linear, ease, linear" should set the property value