| OLD | NEW |
| 1 This tests that unhandled exceptions in postMessage() are delivered to 'worker.o
nerror'. | 1 This tests that unhandled exceptions in postMessage() are delivered to 'worker.o
nerror'. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 Page-level worker.onerror handler triggered: | 7 Page-level worker.onerror handler triggered: |
| 8 PASS errorEvent.message is "Uncaught TypeError: Failed to execute 'postMessage'
on 'WorkerGlobalScope': The 2nd argument is neither an array, nor does it have i
ndexed properties." | 8 PASS errorEvent.message is "Uncaught TypeError: Failed to execute 'postMessage'
on 'DedicatedWorkerGlobalScope': The 2nd argument is neither an array, nor does
it have indexed properties." |
| 9 PASS stripURL(errorEvent.filename) is "[blob: URL]" | 9 PASS stripURL(errorEvent.filename) is "[blob: URL]" |
| 10 PASS errorEvent.lineno is 3 | 10 PASS errorEvent.lineno is 3 |
| 11 FAIL errorEvent.colno should be 9. Was 24. | 11 FAIL errorEvent.colno should be 9. Was 24. |
| 12 PASS errorEvent.error is null | 12 PASS errorEvent.error is null |
| 13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 14 | 14 |
| 15 TEST COMPLETE | 15 TEST COMPLETE |
| 16 | 16 |
| OLD | NEW |