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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt

Issue 2903083002: DevTools: shorten console links to 40 chars (Closed)
Patch Set: Created 3 years, 7 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-con…essage-stack.html:8 Uncaught Error
5 foo.displayName @ function-name-in-console-message-stack.html:8 5 foo.displayName @ function-name-in-con…essage-stack.html:8
6 bar.displayName @ function-name-in-console-message-stack.html:16 6 bar.displayName @ function-name-in-con…ssage-stack.html:16
7 baz.function.name @ function-name-in-console-message-stack.html:23 7 baz.function.name @ function-name-in-con…ssage-stack.html:23
8 setTimeout (async) 8 setTimeout (async)
9 (anonymous) @ VM:1 9 (anonymous) @ VM:1
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698