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

Side by Side Diff: LayoutTests/canvas/thin-drawImages-expected.txt

Issue 210043004: Draw thin slices of an image w/ anti-aliasing for 2D <canvas> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Clarifications. Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 PASS verifyCovered(imgData.data, imgData.pixelOffset(10, 5), 1, 10) is true
2 PASS verifyCovered(imgData.data, imgData.pixelOffset(5, 5), imgData.width, 10) i s true
3 PASS verifyCovered(imgData.data, imgData.pixelOffset(25, 15), 1, 10) is true
4 PASS verifyCovered(imgData.data, imgData.pixelOffset(20, 15), imgData.width, 10) is true
5 PASS successfullyParsed is true
6
7 TEST COMPLETE
8
OLDNEW
« no previous file with comments | « LayoutTests/canvas/thin-drawImages.html ('k') | PerformanceTests/Canvas/drawimage-not-pixelaligned.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698