| 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 4e7fad087383f7877a15123ba69e62e8115c735c..32822ffc4f3f47a132a40d7c99c98a8b4c637671 100644
|
| --- a/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
|
| +++ b/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
|
| @@ -92,7 +92,7 @@ PASS testValue is 1160
|
| PASS testValue is 660
|
|
|
| Test case 5: exceptions
|
| -PASS context.scrollPathIntoView(null); threw exception TypeError: Failed to execute 'scrollPathIntoView' on 'CanvasRenderingContext2D': The 1st argument provided is either null, or an invalid Path2D object..
|
| +PASS context.scrollPathIntoView(null); threw exception TypeError: Failed to execute 'scrollPathIntoView' on 'CanvasRenderingContext2D': No function was found that matched the signature provided..
|
| PASS context.scrollPathIntoView([]); threw exception TypeError: Failed to execute 'scrollPathIntoView' on 'CanvasRenderingContext2D': No function was found that matched the signature provided..
|
| PASS context.scrollPathIntoView({}); threw exception TypeError: Failed to execute 'scrollPathIntoView' on 'CanvasRenderingContext2D': No function was found that matched the signature provided..
|
|
|
|
|