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

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

Issue 2859053007: [DevTools] prepare frontend for new async stacks (Closed)
Patch Set: added rebased test 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 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 5d3dffcbca98cda8776acd4f7ed62926736b4cdc..418426a8419eaa3c5a4788924be307a49ca4b492 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
@@ -6,12 +6,18 @@ 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
+runPromisesInWorker @ worker-with-unhandled-promises.js:6
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
+(anonymous) @ worker-with-unhandled-promises.js:17
+Promise rejected (async)
+(anonymous) @ worker-with-unhandled-promises.js:16
+Promise rejected (async)
+(anonymous) @ worker-with-unhandled-promises.js:15
+Promise rejected (async)
+runPromisesInWorker @ worker-with-unhandled-promises.js:14
onmessage @ worker-with-unhandled-promises.js:25

Powered by Google App Engine
This is Rietveld 408576698