blob: 4fd8914856b5a6cb5a70849126110705c45ae51d [file] [log] [blame]
// META: global=dedicatedworker,sharedworker
// META: script=report-error-helper.js
const crossOrigin = "https://{{hosts[alt][]}}:{{ports[https][0]}}";
runTest(
crossOrigin + "/workers/modules/resources/syntax-error.js",
false,
"NetworkError"
);