blob: 6fbde338334ac23424583a8a4bfcd7dd481895ed [file] [log] [blame]
This test checks that when drawing an animated image to a canvas it draws the first frame and that the animation doesn't reset.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS internals.imageFrameIndex(image) is 3
PASS imgData.toString() is '255,0,0,255'
PASS The GIF animation has completed playing and the Canvas has been drawn.
PASS successfullyParsed is true
TEST COMPLETE