| 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 49e3b06efb3e5e884f30bf4f5e3c86fb8ebde2df..ebad0fbd2fe85a6518c74d8e25934f874e0891f7 100644
|
| --- a/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
|
| +++ b/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
|
| @@ -93,6 +93,7 @@ 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'..
|
|
|
|
|