blob: 2b9600973fb80a8cc8dc2da38818a7b7c1014e46 [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",
false,
"NetworkError"
);