tor-browser

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

mpadded-pseudo-units-003-ref.html (321B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Test mpadded</title>
      5  </head>
      6  <body>
      7    <math>
      8      <mpadded mathbackground="red" height="100width" depth="0">
      9        <mphantom>
     10          <mtext>&#x1D687;<!-- Mathematical Monospace Capital X --></mtext>
     11        </mphantom>
     12      </mpadded>
     13    </math>
     14  </body>
     15 </html>