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