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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-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 8: Uncaught Error 1 CONSOLE ERROR: line 8: Uncaught Error
2 Tests exception message contains stack with correct function name. 2 Tests exception message contains stack with correct function name.
3 3
4 function-name-in-console-message-stack.html:8 Uncaught Error(…) 4 function-name-in-console-message-stack.html:8 Uncaught Error
5 foo.displayName @ function-name-in-console-message-stack.html:8 5 foo.displayName @ function-name-in-console-message-stack.html:8
6 bar.displayName @ function-name-in-console-message-stack.html:16 6 bar.displayName @ function-name-in-console-message-stack.html:16
7 baz.function.name @ function-name-in-console-message-stack.html:23 7 baz.function.name @ function-name-in-console-message-stack.html:23
8 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698