blob: 6a4111c6c052caed5b9253ac38b59fb437a80f2c [file] [log] [blame]
<!doctype html>
<meta charset=utf-8>
<title>Base URL in classic shared workers: importScripts</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
fetch_tests_from_worker(new SharedWorker("../beta/importScripts.py"));
</script>