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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-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-worker-nested-imports-syntax-error-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt
index dfa06afa3866f603ab812017f9ffdac18db71280..6df1b585557192e03a04608eaa86e1fcddfa3131 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt
@@ -2,7 +2,7 @@ CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier
Tests that nested import scripts in worker show correct stack on syntax error.
Message count: 1
-invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier
+⚙ importScripts-1.js invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier
at importScripts-3.js:1
at foo (importScripts-2.js:3)
at importScripts-2.js:5

Powered by Google App Engine
This is Rietveld 408576698