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

Side by Side Diff: LayoutTests/virtual/gpu/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 unified diff | Download patch
OLDNEW
1 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), -0.001, 0, 100, 50, 0, 0, 100, 50) 1 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), -0.001, 0, 100, 50, 0, 0, 100, 50)
2 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 0, -0.001, 100, 50, 0, 0, 100, 50) 2 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 0, -0.001, 100, 50, 0, 0, 100, 50)
3 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 0, 0, 100.001, 50, 0, 0, 100, 50) 3 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 0, 0, 100.001, 50, 0, 0, 100, 50)
4 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 0, 0, 100, 50.001, 0, 0, 100, 50) 4 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 0, 0, 100, 50.001, 0, 0, 100, 50)
5 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 50, 0, 50.001, 50, 0, 0, 100, 50) 5 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 50, 0, 50.001, 50, 0, 0, 100, 50)
6 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 0, 0, -5, 5, 0, 0, 100, 50) 6 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 0, 0, -5, 5, 0, 0, 100, 50)
7 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 0, 0, 5, -5, 0, 0, 100, 50) 7 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 0, 0, 5, -5, 0, 0, 100, 50)
8 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 110, 60, -20, -20, 0, 0, 100, 50) 8 Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(d ocument.getElementById('red.png'), 110, 60, -20, -20, 0, 0, 100, 50)
9 Failed assertion: got pixel [255,0,0,255] at (50,25), expected [0,255,0,255] +/- 2
9 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698