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

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

Issue 460573002: JS errors thrown in private scripts should be reported to stderr in Debug builds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/bindings/templates/attributes.cpp » ('j') | Source/bindings/templates/methods.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bff09a88717fc80918cb073340895395d7e28235..6621a81fbc761013641d700d39404f3b9f092dc5 100644
--- a/LayoutTests/fast/dom/private_script_unittest-expected.txt
+++ b/LayoutTests/fast/dom/private_script_unittest-expected.txt
@@ -1,3 +1,12 @@
+CONSOLE ERROR: line 118: Uncaught #<DOMExceptionInPrivateScript>
+CONSOLE ERROR: line 119: Uncaught #<DOMExceptionInPrivateScript>
+CONSOLE ERROR: line 123: Uncaught #<DOMExceptionInPrivateScript>
+CONSOLE ERROR: line 127: Uncaught Error: method threw Error
+CONSOLE ERROR: line 131: Uncaught TypeError: method threw TypeError
+CONSOLE ERROR: line 135: Uncaught RangeError: method threw RangeError
+CONSOLE ERROR: line 139: Uncaught SyntaxError: method threw SyntaxError
+CONSOLE ERROR: line 143: Uncaught ReferenceError: method threw ReferenceError
+CONSOLE ERROR: line 147: Uncaught RangeError: Maximum call stack size exceeded
Unittests for private scripts.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « no previous file | Source/bindings/templates/attributes.cpp » ('j') | Source/bindings/templates/methods.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698