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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-in-worker-expected.txt

Issue 2116563003: [DevTools] Report unhandled exceptions and promise rejections through Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after ExceptionDetails change Created 4 years, 5 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 1: Uncaught (in promise) Error: Handled error 1 CONSOLE ERROR: line 1: Uncaught (in promise) Error: Handled error
2 CONSOLE MESSAGE: Handler added to rejected promise
3 Tests that console revokes lazily handled promise rejections. 2 Tests that console revokes lazily handled promise rejections.
4 3
5 Creating worker with promise 4 Creating worker with promise
6 5
7 Message added: error log 6 Message added: error log
8 1 error 7 1 error
9 console-message-wrapper console-error-level 8 console-message-wrapper console-error-level
10 9
11 Handling promise 10 Handling promise
12 1 handled promise rejection 11 1 handled promise rejection
13 console-message-wrapper console-revokedError-level 12 console-message-wrapper console-revokedError-level
14 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698