chromium/third_party/blink/web_tests/external/wpt/workers/interfaces/WorkerUtils/importScripts/report-error-setTimeout-redirect-to-cross-origin.sub.any.js

// META: global=dedicatedworker,sharedworker
// META: script=report-error-helper.js
const crossOrigin = "https://{{hosts[alt][]}}:{{ports[https][0]}}";
runTest(
  "/common/redirect.py?location=" + crossOrigin +
      "/workers/modules/resources/syntax-error.js",
  true,
  "NetworkError"
);