tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

responseXML-unavailable-in-worker.html (312B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4    <meta charset="utf-8">
      5    <script src="/resources/testharness.js"></script>
      6    <script src="/resources/testharnessreport.js"></script>
      7 </head>
      8 <body>
      9 <script>
     10    fetch_tests_from_worker(new Worker("resources/responseXML-unavailable-in-worker.js"));
     11 </script>
     12 </body>
     13 </html>