| Index: LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect-expected.txt
|
| diff --git a/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect-expected.txt b/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect-expected.txt
|
| deleted file mode 100644
|
| index fa0137c001e914cc5e97e8a4cbac8074691b0d0d..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect-expected.txt
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -Test the behavior of CanvasRenderingContext2D.drawImageFromRect() when called with different numbers of arguments.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS ctx.drawImageFromRect() threw exception TypeError: Failed to execute 'drawImageFromRect' on 'CanvasRenderingContext2D': 1 argument required, but only 0 present..
|
| -PASS ctx.drawImageFromRect(imageElement) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0, 0, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0, 0, 0, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0, 0, 0, 0, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0, 0, 0, 0, 0, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0, 0, 0, 0, 0, 0, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0, 0, 0, 0, 0, 0, 0, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) is undefined
|
| -PASS ctx.drawImageFromRect(imageElement, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) is undefined
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|