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 |