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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-exception-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 18: Uncaught Error: Exception in inline script. 1 CONSOLE ERROR: line 18: Uncaught Error: Exception in inline script.
2 CONSOLE ERROR: line 11: Uncaught Error: Exception in 'load' event listener. 2 CONSOLE ERROR: line 11: Uncaught Error: Exception in 'load' event listener.
3 CONSOLE ERROR: line 6: Uncaught Error: Exception in setTimeout callback. 3 CONSOLE ERROR: line 6: Uncaught Error: Exception in setTimeout callback.
4 Tests that uncaught exceptions are logged into console.Bug 47250. 4 Tests that uncaught exceptions are logged into console.Bug 47250.
5 5
6 6
7 uncaught-in-iframe.html:18 Uncaught Error: Exception in inline script.(…)a @ unc aught-in-iframe.html:18b @ uncaught-in-iframe.html:23(anonymous function) @ unca ught-in-iframe.html:26 7 uncaught-in-iframe.html:18 Uncaught Error: Exception in inline script.
8 uncaught-in-iframe.html:11 Uncaught Error: Exception in 'load' event listener.(… )f @ uncaught-in-iframe.html:11(anonymous function) @ uncaught-in-iframe.html:13 8 at a (uncaught-in-iframe.html:18)
9 uncaught-in-iframe.html:6 Uncaught Error: Exception in setTimeout callback.(…)ba r @ uncaught-in-iframe.html:6(anonymous function) @ uncaught-in-iframe.html:8 9 at b (uncaught-in-iframe.html:23)
10 at uncaught-in-iframe.html:26a @ uncaught-in-iframe.html:18b @ uncaught-in-i frame.html:23(anonymous function) @ uncaught-in-iframe.html:26
11 uncaught-in-iframe.html:11 Uncaught Error: Exception in 'load' event listener.
12 at f (uncaught-in-iframe.html:11)
13 at uncaught-in-iframe.html:13f @ uncaught-in-iframe.html:11(anonymous functi on) @ uncaught-in-iframe.html:13
14 uncaught-in-iframe.html:6 Uncaught Error: Exception in setTimeout callback.
15 at bar (uncaught-in-iframe.html:6)
16 at uncaught-in-iframe.html:8bar @ uncaught-in-iframe.html:6(anonymous functi on) @ uncaught-in-iframe.html:8
10 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698