tor-browser

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

106-external-noimport.html (562B)


      1 <!DOCTYPE html>
      2 <html><head>
      3        <title> scheduler: stylesheets blocking external parser-blocking scripts</title>
      4        <script src="/resources/testharness.js"></script>
      5        <script src="/resources/testharnessreport.js"></script>
      6        <!-- this stylesheet blocks scripts -->
      7        <link rel="stylesheet" href="css/background.css?pipe=trickle(d2)">
      8 </head>
      9 <body>
     10        <div id="log">FAILED (This TC requires JavaScript enabled)</div>
     11        <div id="test">Test</div>
     12 
     13        <script src="scripts/check-style-sheet.js"></script>
     14 </body></html>