tor-browser

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

1821177.html (699B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <style>
      4 #msub {
      5  page-break-before: always;
      6 }
      7 mtable, mtr, mtd {
      8  border: 1px solid;
      9 }
     10 </style>
     11 <br>
     12 <br>
     13 <math display="block">
     14 <mtable style="position: absolute;">
     15  <mtr>
     16    <mtd>
     17      <mrow><mi>1</mi></mrow>
     18    </mtd>
     19  </mtr>
     20  <mtr>
     21    <mtd rowspan="0" style="font-size: 72px;">
     22      <mrow id="msub">
     23        <mi>2</mi>
     24      </mrow>
     25    </mtd>
     26    <mtd rowspan="0">
     27      <mtext>2</mtext>
     28      <mspace height="100px"></mspace>
     29    </mtd>
     30  </mtr>
     31  <mtr>
     32    <mtd rowspan="0">
     33      <mtext>3</mtext>
     34    </mtd>
     35  </mtr>
     36  <mtr>
     37    <mtd style="padding-bottom: 1000px;">
     38      <mtext>4</mtext>
     39    </mtd>
     40  </mtr>
     41 </mtable>
     42 </math>
     43 </html>