Index: LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt |
diff --git a/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt b/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt |
index e0dde3a1b1a464fd47174797b3cce28c41582568..8e80703f91c33eefda748eded9c5d6382990cabb 100644 |
--- a/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt |
+++ b/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt |
@@ -3,10 +3,10 @@ Test the behavior of CanvasRenderingContext2D.strokeRect() when called with diff |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS ctx.strokeRect() is undefined |
-PASS ctx.strokeRect(0) is undefined |
-PASS ctx.strokeRect(0, 0) is undefined |
-PASS ctx.strokeRect(0, 0, 0) is undefined |
+PASS ctx.strokeRect() threw exception TypeError: Not enough arguments. |
+PASS ctx.strokeRect(0) threw exception TypeError: Not enough arguments. |
+PASS ctx.strokeRect(0, 0) threw exception TypeError: Not enough arguments. |
+PASS ctx.strokeRect(0, 0, 0) threw exception TypeError: Not enough arguments. |
PASS ctx.strokeRect(0, 0, 0, 0) is undefined |
PASS ctx.strokeRect(0, 0, 0, 0, 0) is undefined |
PASS successfullyParsed is true |