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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt

Issue 2284123002: [DevTools] Format console.log(new Error()) same as console.log(new Error().stack) (Closed)
Patch Set: removed elipsis Created 4 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
index f3f7a3ea9f375384297e5935643fd3e7e00abc40..6981db524a1e93f4247209fd226d397b0457218e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-stack-overflow-source-url-expected.txt
@@ -1,6 +1,16 @@
CONSOLE ERROR: line 1: Uncaught RangeError: Maximum call stack size exceeded
Tests that when stack overflow happens before inspector is open source url is correctly shown in console.
-foo2.js:1 Uncaught RangeError: Maximum call stack size exceeded(…)
+foo2.js:1 Uncaught RangeError: Maximum call stack size exceeded
+ at boo (foo2.js:1:13)
+ at boo (foo2.js:2:2)
+ at boo (foo2.js:2:2)
+ at boo (foo2.js:2:2)
+ at boo (foo2.js:2:2)
+ at boo (foo2.js:2:2)
+ at boo (foo2.js:2:2)
+ at boo (foo2.js:2:2)
+ at boo (foo2.js:2:2)
+ at boo (foo2.js:2:2)
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698