blob: 43921b898dcd83eabb1bf66384489ecd07c539f3 (
plain)
1
2
3
4
5
6
7
8
|
<!doctype html>
<meta charset=utf-8>
<title>Base URL in classic shared workers: XHR</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
fetch_tests_from_worker(new SharedWorker("../beta/xhr-worker.py"));
</script>
|