| OLD | NEW |
| (Empty) |
| 1 CONSOLE MESSAGE: line 10: ReferenceError: Can't find variable: foo | |
| 2 Test Worker script error handling functionality. Should print a series of PASS m
essages, followed with DONE. | |
| 3 | |
| 4 PASS: onerror invoked for a script that has invalid syntax. | |
| 5 PASS: onerror invoked for a script that has script error 'ReferenceError: Can't
find variable: foo' at line 1. | |
| 6 PASS: event listener invoked for a script that has script error 'ReferenceError:
Can't find variable: foo' at line 1. | |
| 7 PASS: onerror invoked for a script that has script error 'ReferenceError: Can't
find variable: foo' at line 7. | |
| 8 PASS: onerror invoked for a script that has script error 'ReferenceError: Can't
find variable: bar' at line 3. | |
| 9 message from worker: "PASS: onerror in worker context invoked for a script that
has script error 'ReferenceError: Can't find variable: foo' at line 10 in worker
-script-error-bubbled.js". | |
| 10 PASS: onerror invoked for a script that has script error 'ReferenceError: Can't
find variable: foo' at line 10. | |
| 11 PASS: onerror invoked for a script that has script error 'ReferenceError: Can't
find variable: foo' at line 10. | |
| 12 PASS: message received from WorkerGlobalScope.onerror: onerror invoked for a scr
ipt that has script error 'ReferenceError: Can't find variable: foo' at line 7. | |
| 13 PASS: onerror invoked for an exception in setTimeout callback. | |
| 14 DONE | |
| 15 | |
| OLD | NEW |