tor-browser

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

lengths-1-ref.html (363B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>MathML lengths (reference)</title>
      6 <style>
      7  html {
      8    line-height: 17px;
      9  }
     10 </style>
     11 </head>
     12 <body>
     13  <p>Test passes if there is a green square and no red.</p>
     14  <div>
     15    <div id="red" style="position: absolute; width: 340px; height: 340px; background: green;">
     16    </div>
     17  </div>
     18 </body>
     19 </html>