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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-pause-expected.txt

Issue 2037593004: [DevTools] Remove unnecessary knowledge about console from core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more test Created 4 years, 6 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 ERROR: line 16: Uncaught (in promise) Error: inspector.err1 2 CONSOLE ERROR: line 16: Uncaught (in promise) Error: inspector.err1
2 CONSOLE ERROR: line 34: Uncaught (in promise) Error: inspector.err2 3 CONSOLE ERROR: line 34: Uncaught (in promise) Error: inspector.err2
3 Tests uncaught promise rejections fired during pause. 4 Tests uncaught promise rejections fired during pause.
4 5
5 Set timer for test function. 6 Set timer for test function.
6 debugger-uncaught-promise-on-pause.html:10 Console was cleared 7 debugger-uncaught-promise-on-pause.html:10 Console was cleared
7 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(…)
8 runPromises @ debugger-uncaught-promise-on-pause.html:16 9 runPromises @ debugger-uncaught-promise-on-pause.html:16
9 timeout @ debugger-uncaught-promise-on-pause.html:41 10 timeout @ debugger-uncaught-promise-on-pause.html:41
10 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(…)
11 runPromises @ debugger-uncaught-promise-on-pause.html:34 12 runPromises @ debugger-uncaught-promise-on-pause.html:34
12 timeout @ debugger-uncaught-promise-on-pause.html:41 13 timeout @ debugger-uncaught-promise-on-pause.html:41
13 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698