tor-browser

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

columnspan-rowspan-ref.html (444B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>columnspan/rowspan (reference)</title>
      6    <style>
      7      mtd { padding: 0; }
      8    </style>
      9  </head>
     10  <body>
     11    <p>This test passes if you see a green square.</p>
     12    <math>
     13      <mtable>
     14        <mtr>
     15          <mtd>
     16            <mspace width="200px" depth="200px" style="background: green"/>
     17          </mtd>
     18        </mtr>
     19      </mtable>
     20    </math>
     21  </body>
     22 </html>