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

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

Issue 1147093007: Devtools[ResourceScriptMapping]: Ignore uiSourceCodes originated by other target's network project (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase test results Created 5 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: 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 a20227db135dc038ca623e371cc92261c17a8534..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:3Uncaught Errorfoo @ worker-with-throw.js:3boo @ worker-with-throw.js:7onmessage @ worker-with-throw.js:11
+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