| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt | 
| index 71d2ef1c400ce1b00bebcd1a570d5e9e8906abb6..13904cd3ee4fecc125e8f3f6c20d5eef5dfaf3b6 100644 | 
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-isPointInPath-winding-expected.txt | 
| @@ -16,6 +16,7 @@ PASS ctx.isPointInPath(50, 50, 'evenodd') is false | 
|  | 
| Testing default isPointInPath with Path object | 
| PASS ctx.isPointInPath(path, 50, 50) is true | 
| +PASS ctx.isPointInPath(path, 50, 50, undefined) is true | 
| PASS ctx.isPointInPath(path, NaN, 50) is false | 
| PASS ctx.isPointInPath(path, 50, NaN) is false | 
|  | 
| @@ -39,7 +40,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': The provided value 'undefined' is not a valid enum value of type CanvasFillRule.. | 
| PASS ctx.isPointInPath([], 50, 50) threw exception TypeError: Failed to execute 'isPointInPath' on 'CanvasRenderingContext2D': The provided value '50' is not a valid enum value of type CanvasFillRule.. | 
| 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'.. | 
|  |