tor-browser

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

audio-worklet-referrer.https.html (439B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <meta name="timeout" content="long">
      5    <script src="/common/get-host-info.sub.js"></script>
      6    <script src="/resources/testharness.js"></script>
      7    <script src="/resources/testharnessreport.js"></script>
      8    <script src="resources/worklet-test-utils.js"></script>
      9    <script src="resources/referrer-tests.js"></script>
     10 </head>
     11 <body>
     12 <script>
     13    runReferrerTests("audio");
     14 </script>
     15 </body>
     16 </html>