tor-browser

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

645768-1.html (295B)


      1 <!-- This test needs to be in quirks mode -->
      2 <body style="display: none; color: green">
      3  <div style="color: red">
      4    <table>
      5      <tr><td>This should be green</td></tr>
      6    </table>
      7  </div>
      8  <script>
      9    document.body.offsetWidth;
     10    document.body.style.display = "";
     11  </script>
     12 </body>