blob: 35c92d40f59581f4e09a15b2e25989ebc0c2332c [file] [log] [blame]
Tests assigning using calculated value in steps() for -webkit-animation-timing-function works.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testDiv.style['-webkit-animation-timing-function'] is ""
testDiv.style['-webkit-animation-timing-function'] = 'steps(calc(1 + 2), end)'
PASS testDiv.style['-webkit-animation-timing-function'] is "steps(3)"
PASS window.getComputedStyle(testDiv).getPropertyValue('-webkit-animation-timing-function') is "steps(3)"
PASS successfullyParsed is true
TEST COMPLETE