blob: 12f06dc99127f46d3fe1423f73dc0ac68fc9010a [file] [log] [blame]
Once animation has finished, box should be running left transition from 0px to 200px.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS animations.length is 1
PASS animations[0] instanceof CSSTransition is true
PASS animations[0].effect.getKeyframes()[0].left is not "100px"
PASS animations[0].effect.getKeyframes()[1].left is "200px"
PASS successfullyParsed is true
TEST COMPLETE