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/philip/tests/2d.drawImage.outsidesource-expected.txt

Issue 19267027: Fixing src rectangle clipping with drawImage (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: retry without video Created 7 years, 5 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 | « no previous file | LayoutTests/fast/canvas/canvas-drawImage-out-of-bounds-src.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
diff --git a/LayoutTests/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt b/LayoutTests/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
index 50a3378ee4e227543d4a67bf0a9f38f2d44d5eb4..eb642bfc8510fea2375fdefb2d2149daf378ca20 100644
--- a/LayoutTests/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
+++ b/LayoutTests/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
@@ -6,4 +6,5 @@ Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d
Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, -5, 5, 0, 0, 100, 50)
Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, 5, -5, 0, 0, 100, 50)
Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 110, 60, -20, -20, 0, 0, 100, 50)
+Failed assertion: got pixel [255,0,0,255] at (50,25), expected [0,255,0,255] +/- 2
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-drawImage-out-of-bounds-src.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698