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 6cb3fc6d91b6f9a17c8a72f0536165f81f28f08b..4e7fad087383f7877a15123ba69e62e8115c735c 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 TypeMismatchError: 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': The 1st argument provided is either null, or an invalid Path2D object.. |
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.. |