Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: LayoutTests/fast/canvas/canvas-drawImage-animated-expected.txt

Issue 388253004: Drawing an animated image to a canvas now behave as expected (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Corrections according to comments + rebase master Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 When drawing an animated image to a canvas, the poster frame (or the first frame ) should be printed.
2 This test passes if the canvas is filled with the color rgb(64, 4, 30).
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10 PASS imageData.data[0] is 64
11 PASS imageData.data[1] is 4
12 PASS imageData.data[2] is 30
13
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/canvas-drawImage-animated.html ('k') | Source/core/html/HTMLImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698