blob: a9262980b6d401bde7f6bb2eff097e91bf4f4b24 [file] [log] [blame]
This is a testharness.js-based test.
PASS Verify a dedicated worker script request issued from a uncontrolled document is intercepted by worker's own service worker.
PASS Verify a shared worker script request issued from a uncontrolled document is intercepted by worker's own service worker.
PASS Verify a same-origin worker script served by a service worker succeeds in starting a dedicated worker.
PASS Verify a same-origin worker script served by a service worker succeeds in starting a shared worker.
PASS Verify a cors worker script served by a service worker fails dedicated worker start.
PASS Verify a cors worker script served by a service worker fails shared worker start.
PASS Verify a no-cors cross-origin worker script served by a service worker fails dedicated worker start.
PASS Verify a no-cors cross-origin worker script served by a service worker fails shared worker start.
PASS Register a service worker for worker subresource interception tests.
PASS Requests on a dedicated worker controlled by a service worker.
PASS Requests on a shared worker controlled by a service worker.
PASS Requests on a dedicated worker nested in a dedicated worker and controlled by a service worker
FAIL Requests on a dedicated worker nested in a shared worker and controlled by a service worker assert_equals: expected "This load was successfully intercepted." but got "Unexpected error! Worker is not defined"
PASS Unregister a service worker for subresource interception tests.
Harness: the test ran to completion.