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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/canvas/thin-drawImages.html ('k') | PerformanceTests/Canvas/drawimage-not-pixelaligned.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/canvas/thin-drawImages-expected.txt
diff --git a/LayoutTests/canvas/thin-drawImages-expected.txt b/LayoutTests/canvas/thin-drawImages-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d86468496568a1f1ce4f26150523a5c2abba5993
--- /dev/null
+++ b/LayoutTests/canvas/thin-drawImages-expected.txt
@@ -0,0 +1,8 @@
+PASS verifyCovered(imgData.data, imgData.pixelOffset(10, 5), 1, 10) is true
+PASS verifyCovered(imgData.data, imgData.pixelOffset(5, 5), imgData.width, 10) is true
+PASS verifyCovered(imgData.data, imgData.pixelOffset(25, 15), 1, 10) is true
+PASS verifyCovered(imgData.data, imgData.pixelOffset(20, 15), imgData.width, 10) is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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