| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..50a3378ee4e227543d4a67bf0a9f38f2d44d5eb4
|
| --- /dev/null
|
| +++ b/LayoutTests/virtual/gpu/canvas/philip/tests/2d.drawImage.outsidesource-expected.txt
|
| @@ -0,0 +1,9 @@
|
| +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)
|
| +
|
|
|