blob: 4dfd21fa9b1c7ed6f1ef01f0e8d42067c1abe00a [file] [log] [blame]
Handling an error in the worker should suppress the page-level onerror handler.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Worker-level onerror handler triggered:
PASS errorEvent.message is "Uncaught ReferenceError: foo is not defined"
PASS stripURL(errorEvent.filename) is "[blob: URL]"
PASS errorEvent.lineno is 13
PASS errorEvent.colno is 9
PASS successfullyParsed is true
TEST COMPLETE