summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt')
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt1
1 files changed, 1 insertions, 0 deletions
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 49e3b06..ebad0fb 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,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'..