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

Unified Diff: LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt

Issue 911993002: DevTools: [Console] render console stacktraces consistently (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline one more test Created 5 years, 10 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: LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt
diff --git a/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt b/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt
index 08230d40e9a860ce3064492e75a69251d7e4d580..aec305fc60296e2a32fe58884b8dcfa40a172c43 100644
--- a/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt
+++ b/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt
@@ -2,6 +2,6 @@ CONSOLE ERROR: line 3: Uncaught Error
CONSOLE MESSAGE: line 18: Uncaught Error
Tests exception message from worker contains stack trace.
-worker-with-throw.js:3 Uncaught Errorworker-with-throw.js:3 fooworker-with-throw.js:7 booworker-with-throw.js:11 onmessage
+worker-with-throw.js:3 Uncaught Errorfoo @ worker-with-throw.js:3boo @ worker-with-throw.js:7onmessage @ worker-with-throw.js:11
worker-exception-message-contains-stack.html:18 Uncaught Error

Powered by Google App Engine
This is Rietveld 408576698