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

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

Issue 2623143002: DevTools: insert console message decorations in order
Patch Set: ac Created 3 years, 11 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..d4670802df9079c110514f8909e17b9fc3416d5a 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
@@ -2,10 +2,10 @@ CONSOLE ERROR: line 3: Uncaught (in promise) Error: err1
CONSOLE ERROR: line 21: Uncaught (in promise) Error: err2
Tests that uncaught promise rejections happenned in workers are logged into console.
-worker-with-unhandled-promises.js:3 Uncaught (in promise) Error: err1
+⚙ worker-with-unhandled-promises.js 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
-worker-with-unhandled-promises.js:21 Uncaught (in promise) Error: err2
+⚙ worker-with-unhandled-promises.js 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

Powered by Google App Engine
This is Rietveld 408576698