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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt

Issue 2828863002: [DevTools] enable async stacks by default (Closed)
Patch Set: ac Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt
index a00c9962490cd957cce1c5b2fadd4e963a781465..5d3dffcbca98cda8776acd4f7ed62926736b4cdc 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker-expected.txt
@@ -5,7 +5,13 @@ Tests that uncaught promise rejections happenned in workers are logged into cons
worker-with-unhandled-promises.js:3 Uncaught (in promise) Error: err1
runPromisesInWorker @ worker-with-unhandled-promises.js:3
onmessage @ worker-with-unhandled-promises.js:25
+Promise rejected (async)
+runPromisesInWorker @ worker-with-unhandled-promises.js:3
+onmessage @ worker-with-unhandled-promises.js:25
worker-with-unhandled-promises.js:21 Uncaught (in promise) Error: err2
runPromisesInWorker @ worker-with-unhandled-promises.js:21
onmessage @ worker-with-unhandled-promises.js:25
+Promise rejected (async)
+runPromisesInWorker @ worker-with-unhandled-promises.js:21
+onmessage @ worker-with-unhandled-promises.js:25

Powered by Google App Engine
This is Rietveld 408576698