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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-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 10: console.clear 1 CONSOLE MESSAGE: line 10: console.clear
2 CONSOLE ERROR: line 16: Uncaught (in promise) Error: inspector.err1 2 CONSOLE ERROR: line 16: Uncaught (in promise) Error: inspector.err1
3 CONSOLE ERROR: line 34: Uncaught (in promise) Error: inspector.err2 3 CONSOLE ERROR: line 34: Uncaught (in promise) Error: inspector.err2
4 Tests uncaught promise rejections fired during pause. 4 Tests uncaught promise rejections fired during pause.
5 5
6 Set timer for test function. 6 Set timer for test function.
7 debugger-uncaught-promise-on-pause.html:10 Console was cleared 7 debugger-uncaught-promise-on-pause.html:10 Console was cleared
8 debugger-uncaught-promise-on-pause.html:16 Uncaught (in promise) Error: insp ector.err1(…) 8 debugger-uncaught-promise-on-pause.html:16 Uncaught (in promise) Error: insp ector.err1
9 runPromises @ debugger-uncaught-promise-on-pause.html:16 9 runPromises @ debugger-uncaught-promise-on-pause.html:16
10 timeout @ debugger-uncaught-promise-on-pause.html:41 10 timeout @ debugger-uncaught-promise-on-pause.html:41
11 debugger-uncaught-promise-on-pause.html:34 Uncaught (in promise) Error: insp ector.err2(…) 11 debugger-uncaught-promise-on-pause.html:34 Uncaught (in promise) Error: insp ector.err2
12 runPromises @ debugger-uncaught-promise-on-pause.html:34 12 runPromises @ debugger-uncaught-promise-on-pause.html:34
13 timeout @ debugger-uncaught-promise-on-pause.html:41 13 timeout @ debugger-uncaught-promise-on-pause.html:41
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698