Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 | |
|
Justin Novosad
2013/07/22 20:43:49
This test is obsolete w.r.t. current version of th
| |
| 9 | 10 |
| OLD | NEW |