tor-browser

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

absolutely-positioned-001-ref.html (524B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>Absolutely positioned (reference)</title>
      6 <body>
      7  <p>Test passes if you see a green square and no red.</p>
      8  <div style="position: absolute; left: 100px; top: 100px;">
      9    <math>
     10      <mrow>
     11        <mspace width="100px" height="300px" style="background: green"/>
     12        <mspace width="100px" height="300px" style="background: green"/>
     13        <mspace width="100px" height="300px" style="background: green"/>
     14      </mrow>
     15    </math>
     16  </div>
     17 </body>
     18 </html>