Index: LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt |
diff --git a/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt b/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt |
index 6fa43e9bc039b2bae9ebc42b04a14a6fd5378fd9..071180ac9b02e6360837b3f7e7d4da7d05f504c5 100644 |
--- a/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt |
+++ b/LayoutTests/fast/canvas/canvas-overloads-drawImage-expected.txt |
@@ -23,7 +23,7 @@ PASS ctx.drawImage(canvasElement, 0, 0, 0, 0) is undefined |
PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0) threw exception TypeError: Type error. |
PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0) threw exception TypeError: Type error. |
PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0) threw exception TypeError: Type error. |
-PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0) threw exception Error: IndexSizeError: DOM Exception 1. |
+PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. |
PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0, 0) threw exception TypeError: Type error. |
PASS ctx.drawImage(canvasElement, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) threw exception TypeError: Type error. |
PASS successfullyParsed is true |