tor-browser

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

fetchpriority-disabled.h2.html (482B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="UTF-8">
      5  <meta name="timeout" content="long">
      6  <title>fetchpriority: internal priorities of corresponding http-on-opening-requests</title>
      7  <script src="/resources/testharness.js"></script>
      8  <script src="/resources/testharnessreport.js"></script>
      9 </head>
     10 <body>
     11  <script type="module">
     12    import { runTests } from "./fetchpriority.js";
     13    runTests({
     14        testDataKey: 'kTestDataDisabled',
     15    });
     16  </script>
     17 </body>
     18 </html>