tor-browser

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

frac-visibility-001-ref.html (282B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Fraction bar visibility</title>
      6  </head>
      7  <body>
      8    <p>This test passes if you see a green square and no red.</p>
      9    <div style="background: green; width: 200px; height: 200px;">
     10    </div>
     11  </body>
     12 </html>