| Index: LayoutTests/fast/canvas/canvas-path-context-fill-expected.txt
|
| diff --git a/LayoutTests/fast/canvas/canvas-path-context-fill-expected.txt b/LayoutTests/fast/canvas/canvas-path-context-fill-expected.txt
|
| index ca99174905f0cee678e40edc6b730f049529d2cf..0fe97f434e34ee7577e6f720159a0ba4ccf5053a 100644
|
| --- a/LayoutTests/fast/canvas/canvas-path-context-fill-expected.txt
|
| +++ b/LayoutTests/fast/canvas/canvas-path-context-fill-expected.txt
|
| @@ -50,10 +50,8 @@ PASS ctx.fill([], 'evenodd') threw exception TypeError: Failed to execute 'fill'
|
| PASS ctx.fill({}, 'evenodd') threw exception TypeError: Failed to execute 'fill' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
|
| PASS ctx.fill('gazonk') threw exception TypeError: Failed to execute 'fill' on 'CanvasRenderingContext2D': parameter 1 ('gazonk') is not a valid enum value..
|
| PASS ctx.fill(path, 'gazonk') threw exception TypeError: Failed to execute 'fill' on 'CanvasRenderingContext2D': parameter 2 ('gazonk') is not a valid enum value..
|
| -PASS ctx.fill(undefined) threw exception TypeError: Failed to execute 'fill' on 'CanvasRenderingContext2D': parameter 1 ('undefined') is not a valid enum value..
|
| PASS ctx.fill(undefined, undefined) threw exception TypeError: Failed to execute 'fill' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
|
| PASS ctx.fill(undefined, path) threw exception TypeError: Failed to execute 'fill' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
|
| -PASS ctx.fill(path, undefined) threw exception TypeError: Failed to execute 'fill' on 'CanvasRenderingContext2D': parameter 2 ('undefined') is not a valid enum value..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|