| Index: LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt
|
| diff --git a/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt b/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt
|
| index 071180ac9b02e6360837b3f7e7d4da7d05f504c5..65fd6fc429d37bb97b0b41b408f0585a12c7ea65 100644
|
| --- a/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt
|
| +++ b/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt
|
| @@ -3,9 +3,9 @@ Test the behavior of CanvasRenderingContext2D.drawImage() when called with diffe
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS ctx.drawImage() threw exception TypeError: Not enough arguments.
|
| -PASS ctx.drawImage(imageElement) threw exception TypeError: Not enough arguments.
|
| -PASS ctx.drawImage(imageElement, 0) threw exception TypeError: Not enough arguments.
|
| +PASS ctx.drawImage() threw exception TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': 3 arguments required, but only 0 present..
|
| +PASS ctx.drawImage(imageElement) threw exception TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': 3 arguments required, but only 1 present..
|
| +PASS ctx.drawImage(imageElement, 0) threw exception TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': 3 arguments required, but only 2 present..
|
| PASS ctx.drawImage(imageElement, 0, 0) is undefined
|
| PASS ctx.drawImage(imageElement, 0, 0, 0) threw exception TypeError: Type error.
|
| PASS ctx.drawImage(imageElement, 0, 0, 0, 0) is undefined
|
| @@ -15,8 +15,8 @@ PASS ctx.drawImage(imageElement, 0, 0, 0, 0, 0, 0, 0) threw exception TypeError:
|
| PASS ctx.drawImage(imageElement, 0, 0, 0, 0, 0, 0, 0, 0) is undefined
|
| PASS ctx.drawImage(imageElement, 0, 0, 0, 0, 0, 0, 0, 0, 0) threw exception TypeError: Type error.
|
| PASS ctx.drawImage(imageElement, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) threw exception TypeError: Type error.
|
| -PASS ctx.drawImage(canvasElement) threw exception TypeError: Not enough arguments.
|
| -PASS ctx.drawImage(canvasElement, 0) threw exception TypeError: Not enough arguments.
|
| +PASS ctx.drawImage(canvasElement) threw exception TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': 3 arguments required, but only 1 present..
|
| +PASS ctx.drawImage(canvasElement, 0) threw exception TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': 3 arguments required, but only 2 present..
|
| PASS ctx.drawImage(canvasElement, 0, 0) is undefined
|
| PASS ctx.drawImage(canvasElement, 0, 0, 0) threw exception TypeError: Type error.
|
| PASS ctx.drawImage(canvasElement, 0, 0, 0, 0) is undefined
|
|
|