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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-worker-nested-imports-syntax-error-expected.txt

Issue 2090953006: [Blink-Workers]Set verbosity of the external exception handler. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code changed as per the comments. Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier 1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier
2 CONSOLE ERROR: line 1: Uncaught Error: Uncaught SyntaxError: Unexpected identifi er
3 CONSOLE ERROR: line 3: Uncaught Error: Uncaught SyntaxError: Unexpected identifi er
4 CONSOLE ERROR: line 1: Uncaught Error: Uncaught SyntaxError: Unexpected identifi er
5 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier
2 Tests that nested import scripts in worker show correct stack on syntax error. 6 Tests that nested import scripts in worker show correct stack on syntax error.
3 7
4 Message count: 1 8 Message count: 1
5 invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier(anonymous functio n) @ importScripts-3.js:1foo @ importScripts-2.js:3(anonymous function) @ import Scripts-2.js:5(anonymous function) @ importScripts-1.js:1 9 invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier(anonymous functio n) @ importScripts-3.js:1foo @ importScripts-2.js:3(anonymous function) @ import Scripts-2.js:5(anonymous function) @ importScripts-1.js:1
6 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698