Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: LayoutTests/fast/dom/private_script_unittest-expected.txt

Issue 553983007: Blink-in-JS: Allow a stackoverflow error thrown by private scripts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..6478ae03ab1965be9f8eed947b0c9efe3dca4ac8 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 TypeError: undefined is not a function.
vivekg 2014/09/09 02:11:35 RangeError :)
PASS privateScriptTest.addIntegerImplementedInCPP(111, 222) is 333
PASS privateScriptTest.stringAttributeImplementedInCPP is "undefined"
PASS privateScriptTest.stringAttributeImplementedInCPP is "foo"

Powered by Google App Engine
This is Rietveld 408576698