| 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
|
| index 2f7da1708fe0b3f201e5c7aa78d12baee65b94b1..fa0137c001e914cc5e97e8a4cbac8074691b0d0d 100644
|
| --- a/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect-expected.txt
|
| +++ b/LayoutTests/fast/canvas/canvas-overloads-drawImageFromRect-expected.txt
|
| @@ -3,7 +3,7 @@ Test the behavior of CanvasRenderingContext2D.drawImageFromRect() when called wi
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS ctx.drawImageFromRect() threw exception TypeError: Not enough arguments.
|
| +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
|
|
|