tor-browser

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

mtable-mlabeledtr.html (946B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Check that mlabeledtr layouts like mtr</title>
      5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
      6    <link rel="match" href="mtable-mlabeledtr-ref.html"/>
      7  </head>
      8  <style>
      9    /* Match https://searchfox.org/mozilla-central/source/layout/mathml/mathml.css#146-151 */
     10    mlabeledtr:first-child > mtd {
     11      padding-top: 0;
     12    }
     13    mlabeledtr:last-child > mtd {
     14      padding-bottom: 0;
     15    }
     16  </style>
     17  <body>
     18    <math>
     19      <mtable>
     20        <mlabeledtr>
     21          <mtd>
     22            <mspace width="10px" height="10px" style="background: black"></mspace>
     23          </mtd>
     24          <mtd>
     25            <mspace width="10px" height="10px" style="background: black"></mspace>
     26          </mtd>
     27          <mtd>
     28            <mspace width="10px" height="10px" style="background: black"></mspace>
     29          </mtd>
     30        </mlabeledtr>
     31      </mtable>
     32    </math>
     33  </body>
     34 </html>