tor-browser

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

100x100-grey-box.html (331B)


      1 <!DOCTYPE html>
      2 <title>Reference</title>
      3 <link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com">
      4 <style>
      5    .box {
      6       width: 100px;
      7       height: 100px;
      8       background-color: grey;
      9    }
     10 </style>
     11 <p>The test passes if you see a grey square below without any scrollbar.</p>
     12 <div class="box"></div>