blob: eab87fb7842b448a9a1ee6c18082b055a3d0b68f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script>
const worker = new Worker('../resources/cross-origin-unsupported-url.js');
fetch_tests_from_worker(worker);
</script>
</body>
</html>