| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
|
| index 01ec7a83475e182b4142e939bb44bf3a337b057c..3af58e763e89c0a2bc6a451a9d6fcee44bb52061 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
|
| +++ b/third_party/WebKit/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'..
|
|
|
|
|