Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
    • /workers/interfaces/WorkerUtils/importScripts/report-error-setTimeout-redirect-to-cross-origin.sub.any.sharedworker.html - WPT Dashboard Interop Dashboard
    • /workers/interfaces/WorkerUtils/importScripts/report-error-setTimeout-redirect-to-cross-origin.sub.any.worker.html - WPT Dashboard Interop Dashboard
// META: global=dedicatedworker,sharedworker
// META: script=report-error-helper.js
runTest(
"/common/redirect.py?location=" + crossOrigin +
"/workers/modules/resources/syntax-error.js",
true,
"NetworkError"
);