tor-browser

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

close.https.html (355B)


      1 <!DOCTYPE html>
      2 <title>ServiceWorkerGlobalScope: close operation</title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <script src="../resources/test-helpers.sub.js"></script>
      6 <script>
      7 
      8 service_worker_test(
      9  'resources/close-worker.js', 'ServiceWorkerGlobalScope: close operation');
     10 
     11 </script>