| OLD | NEW |
| 1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier | 1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier |
| 2 Tests that nested import scripts in worker show correct stack on syntax error. | 2 Tests that nested import scripts in worker show correct stack on syntax error. |
| 3 | 3 |
| 4 Message count: 1 | 4 Message count: 1 |
| 5 invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier(…)(anonymous func
tion) @ importScripts-3.js:1foo @ importScripts-2.js:3(anonymous function) @ imp
ortScripts-2.js:5(anonymous function) @ importScripts-1.js:1 | 5 invalidScript.js:1 Uncaught SyntaxError: Unexpected identifier(…) |
| 6 (anonymous function) @ importScripts-3.js:1 |
| 7 foo @ importScripts-2.js:3 |
| 8 (anonymous function) @ importScripts-2.js:5 |
| 9 (anonymous function) @ importScripts-1.js:1 |
| 6 | 10 |
| OLD | NEW |