Index: LayoutTests/fast/dom/private_script_unittest-expected.txt |
diff --git a/LayoutTests/fast/dom/private_script_unittest-expected.txt b/LayoutTests/fast/dom/private_script_unittest-expected.txt |
index 594f62e23c4d2c85ffeb6912f646d1996ea3389e..6ffceb2946a08b60b16366de30966c932e2248e6 100644 |
--- a/LayoutTests/fast/dom/private_script_unittest-expected.txt |
+++ b/LayoutTests/fast/dom/private_script_unittest-expected.txt |
@@ -36,6 +36,7 @@ PASS privateScriptTest.voidMethodThrowsTypeError() threw exception TypeError: Fa |
PASS privateScriptTest.voidMethodThrowsRangeError() threw exception RangeError: Failed to execute 'voidMethodThrowsRangeError' on 'PrivateScriptTest': method threw RangeError. |
PASS privateScriptTest.voidMethodThrowsSyntaxError() threw exception SyntaxError: Failed to execute 'voidMethodThrowsSyntaxError' on 'PrivateScriptTest': method threw SyntaxError. |
PASS privateScriptTest.voidMethodThrowsReferenceError() threw exception ReferenceError: Failed to execute 'voidMethodThrowsReferenceError' on 'PrivateScriptTest': method threw ReferenceError. |
+PASS privateScriptTest.voidMethodThrowsStackOverflowError() threw exception RangeError: Failed to execute 'voidMethodThrowsStackOverflowError' on 'PrivateScriptTest': Maximum call stack size exceeded. |
PASS privateScriptTest.addIntegerImplementedInCPP(111, 222) is 333 |
PASS privateScriptTest.stringAttributeImplementedInCPP is "undefined" |
PASS privateScriptTest.stringAttributeImplementedInCPP is "foo" |