tor-browser

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

mtable-width-ref.html (674B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
      5  </head>
      6 
      7  <body>
      8 
      9 <div>
     10    <math>
     11      <mtext>|</mtext>
     12      <mtable style="width:8em">
     13        <mtr>
     14          <mtd></mtd>
     15        </mtr>
     16      </mtable>
     17      <mtext>|</mtext>
     18    </math>
     19 </div>
     20 <div>
     21    <math>
     22      <mtext>|</mtext>
     23      <mtable style="width:30px">
     24        <mtr>
     25          <mtd></mtd>
     26        </mtr>
     27      </mtable>
     28      <mtext>|</mtext>
     29    </math>
     30 </div>
     31 <div>
     32    <math>
     33      <mtext>|</mtext>
     34      <mtable>
     35        <mtr>
     36          <mtd></mtd>
     37        </mtr>
     38      </mtable>
     39      <mtext>|</mtext>
     40    </math>
     41 </div>
     42 
     43  </body>
     44 </html>