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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 1: Uncaught RangeError: Maximum call stack size exceeded 1 CONSOLE ERROR: line 1: Uncaught RangeError: Maximum call stack size exceeded
2 Tests that when stack overflow happens before inspector is open source url is co rrectly shown in console. 2 Tests that when stack overflow happens before inspector is open source url is co rrectly shown in console.
3 3
4 foo2.js:1 Uncaught RangeError: Maximum call stack size exceeded(…) 4 foo2.js:1 Uncaught RangeError: Maximum call stack size exceeded
5 at boo (foo2.js:1:13)
6 at boo (foo2.js:2:2)
7 at boo (foo2.js:2:2)
8 at boo (foo2.js:2:2)
9 at boo (foo2.js:2:2)
10 at boo (foo2.js:2:2)
11 at boo (foo2.js:2:2)
12 at boo (foo2.js:2:2)
13 at boo (foo2.js:2:2)
14 at boo (foo2.js:2:2)
5 TEST COMPLETE 15 TEST COMPLETE
6 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698