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