summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/api/basic/request-head-worker.html
blob: 3be7c99addbfab689885857067bf89f356bc48b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Fetch in worker: HEAD method</title>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
  </head>
  <body>
    <script>
      fetch_tests_from_worker(new Worker("request-head.js"));
    </script>
  </body>
</html>