summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
diff options
context:
space:
mode:
authorfs@opera.com <fs@opera.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-04-14 15:11:11 +0000
committerfs@opera.com <fs@opera.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-04-14 15:11:11 +0000
commitdb15310e9f2d3a908f62dd7eba88087a61e2f4c0 (patch)
treefe33f75da8a3d779b2ce37a06ea5a9fefeb7efd2 /third_party/WebKit/LayoutTests/fast/canvas/canvas-scroll-path-into-view-expected.txt
parentdc0dd2246014fe7b9c3e48f9f8c958ff9a59d7b4 (diff)
downloadchromium_src-db15310e9f2d3a908f62dd7eba88087a61e2f4c0.zip
chromium_src-db15310e9f2d3a908f62dd7eba88087a61e2f4c0.tar.gz
chromium_src-db15310e9f2d3a908f62dd7eba88087a61e2f4c0.tar.bz2
Use StrictTypeChecking for methods on CRC2D that accepts Path2D
This moves the null-check out into generated bindings code. Since there's no longer a need to throw (explicitly) the ExceptionState argument can be dropped from the signatures. Review URL: https://codereview.chromium.org/232913004 git-svn-id: svn://svn.chromium.org/blink/trunk@171471 bbb929c8-8fbe-4397-9dbb-9b2b20218538
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.txt2
1 files changed, 1 insertions, 1 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 4e7fad0..32822ff 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
@@ -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..