blob: 0703e94b7f88ee85cca8b39b23d1646f17608785 [file] [log] [blame]
Harness Error (TIMEOUT), message = null
FAIL importScripts() on module worker should throw an exception. promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'worker.port.onmessage = resolve')"
TIMEOUT Worker construction for non-existent script should dispatch an ErrorEvent. Test timed out
NOTRUN Static import for non-existent script should dispatch an ErrorEvent.
NOTRUN Dynamic import for non-existent script should throw an exception.
FAIL SharedWorker construction for an invalid URL should throw an exception. assert_throws_dom: function "() => new SharedWorker(scriptURL, { type: 'module' })" did not throw
FAIL SharedWorker construction for a file URL should throw an exception. assert_throws_dom: function "() => new SharedWorker(scriptURL, { type: 'module' })" did not throw