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