blob: be3bb2427c5f49882e43f2e418b466bee7f42c77 [file] [log] [blame]
[Worker] Test unhandled promise rejection event.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Starting worker: ../resources/unhandled-promise-rejection-basic-in-workers.js
PASS [Worker] error.type is "unhandledrejection"
PASS [Worker] error.cancelable is true
PASS [Worker] error.promise is promise
PASS [Worker] error.reason is "ERROR"
PASS successfullyParsed is true
TEST COMPLETE