tor-browser

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

space-vertical-align.tentative-ref.html (363B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>space and vertical-align (reference)</title>
      6 </head>
      7 <body>
      8  <p>Test passes if you see a green square.</p>
      9  <div style="position: relative;">
     10    <div style="position: absolute; top: 0px; left: 0px;
     11                background: green; width: 100px; height: 100px;">
     12    </div>
     13  </div>
     14 </body>
     15 </html>