blob: 2755b337d3dacf1b1d545e467d950042c9fd91d0 [file] [log] [blame]
// 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"
);