| Index: LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
 | 
| diff --git a/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt b/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
 | 
| index ebad0fbd2fe85a6518c74d8e25934f874e0891f7..49e3b06efb3e5e884f30bf4f5e3c86fb8ebde2df 100644
 | 
| --- a/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
 | 
| +++ b/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
 | 
| @@ -93,7 +93,6 @@ PASS testValue is 660
 | 
|  
 | 
|  Test case 5: exceptions
 | 
|  PASS context.scrollPathIntoView(null); threw exception TypeError: Failed to execute 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
 | 
| -PASS context.scrollPathIntoView(undefined); threw exception TypeError: Failed to execute 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
 | 
|  PASS context.scrollPathIntoView([]); threw exception TypeError: Failed to execute 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
 | 
|  PASS context.scrollPathIntoView({}); threw exception TypeError: Failed to execute 'scrollPathIntoView' on 'CanvasRenderingContext2D': parameter 1 is not of type 'Path2D'..
 | 
|  
 | 
| 
 |