tor-browser

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

layout-worklet-service-worker-interception.https.html (468B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <script src="/resources/testharness.js"></script>
      5    <script src="/resources/testharnessreport.js"></script>
      6    <script src="resources/worklet-test-utils.js"></script>
      7    <script src="resources/service-worker-interception-tests.js"></script>
      8    <script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
      9 </head>
     10 <body>
     11 <script>
     12    runServiceWorkerInterceptionTests("layout");
     13 </script>
     14 </body>
     15 </html>