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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-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 MESSAGE: line 8: foo 1 CONSOLE MESSAGE: line 8: foo
2 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token } 2 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token }
3 Tests that log message and syntax errors from inline scripts with sourceURL are logged into console, contains correct link and doesn't cause browser crash. 3 Tests that log message and syntax errors from inline scripts with sourceURL are logged into console, contains correct link and doesn't cause browser crash.
4 4
5 foo.js:4 foo 5 foo.js:4 foo
6 boo.js:1 Uncaught SyntaxError: Unexpected token }(…)addInlineWithSyntaxError @ f oo.js:12 6 boo.js:1 Uncaught SyntaxError: Unexpected token }
7 at addInlineWithSyntaxError (foo.js:12)addInlineWithSyntaxError @ foo.js:12
7 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698