| Index: LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt
 | 
| diff --git a/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt b/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt
 | 
| index 6654edcd1df804c5f2ca8820e6aec6c5d8f5247b..ecdfd27a3fe25e0d104107a0e48d7c56011fc42b 100644
 | 
| --- a/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt
 | 
| +++ b/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt
 | 
| @@ -39,7 +39,6 @@ PASS ctx.isPointInPath(undefined, 50, 50) threw exception TypeError: Failed to e
 | 
|  PASS ctx.isPointInPath(undefined, 50, 50, 'nonzero') threw exception TypeError: Failed to execute 'isPointInPath' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
 | 
|  PASS ctx.isPointInPath(undefined, 50, 50, 'evenodd') threw exception TypeError: Failed to execute 'isPointInPath' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
 | 
|  PASS ctx.isPointInPath(undefined, 50, 50, undefined) threw exception TypeError: Failed to execute 'isPointInPath' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
 | 
| -PASS ctx.isPointInPath(path, 50, 50, undefined) threw exception TypeError: Failed to execute 'isPointInPath' on 'CanvasRenderingContext2D': parameter 4 ('undefined') is not a valid enum value..
 | 
|  PASS ctx.isPointInPath([], 50, 50) threw exception TypeError: Failed to execute 'isPointInPath' on 'CanvasRenderingContext2D': parameter 3 ('50') is not a valid enum value..
 | 
|  PASS ctx.isPointInPath([], 50, 50, 'nonzero') threw exception TypeError: Failed to execute 'isPointInPath' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
 | 
|  PASS ctx.isPointInPath([], 50, 50, 'evenodd') threw exception TypeError: Failed to execute 'isPointInPath' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
 | 
| 
 |