| Index: LayoutTests/virtual/gpu/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
|
| diff --git a/LayoutTests/virtual/gpu/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt b/LayoutTests/virtual/gpu/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
|
| deleted file mode 100644
|
| index eb642bfc8510fea2375fdefb2d2149daf378ca20..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/virtual/gpu/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), -0.001, 0, 100, 50, 0, 0, 100, 50)
|
| -Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, -0.001, 100, 50, 0, 0, 100, 50)
|
| -Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, 100.001, 50, 0, 0, 100, 50)
|
| -Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 0, 0, 100, 50.001, 0, 0, 100, 50)
|
| -Failed assertion: should throw exception of type INDEX_SIZE_ERR: ctx.drawImage(document.getElementById('red.png'), 50, 0, 50.001, 50, 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'), 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
|
| -
|
|
|