blob: f2d517eecf36c2aac2c91b667e4833c1a91e7739 [file] [log] [blame]
PASS e.style['animation-timing-function'] = "auto" should not set the property value
PASS e.style['animation-timing-function'] = "ease-in ease-out" should not set the property value
PASS e.style['animation-timing-function'] = "cubic-bezier(1, 2, 3)" should not set the property value
PASS e.style['animation-timing-function'] = "cubic-bezier(1, 2, 3, infinite)" should not set the property value
PASS e.style['animation-timing-function'] = "cubic-bezier(1, 2, 3, 4, 5)" should not set the property value
PASS e.style['animation-timing-function'] = "cubic-bezier(-0.1, 0.1, 0.5, 0.9)" should not set the property value
PASS e.style['animation-timing-function'] = "cubic-bezier(0.5, 0.1, 1.1, 0.9)" should not set the property value
PASS e.style['animation-timing-function'] = "initial, cubic-bezier(0, -2, 1, 3)" should not set the property value
PASS e.style['animation-timing-function'] = "cubic-bezier(0, -2, 1, 3), initial" should not set the property value