tor-browser

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

mpadded-pseudo-units-002.html (648B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Test mpadded</title>
      5    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=685628">
      6    <link rel="match" href="mpadded-pseudo-units-002-ref.html">
      7    <meta name="assert" content="height pseudo unit in mpadded@height refers to logical (not ink) metrics.">
      8  </head>
      9  <body>
     10    <math>
     11      <!--height in term of height should not depend on the characters-->
     12      <mpadded mathbackground="red" height="100height" depth="0">
     13        <mphantom>
     14          <mtext>&#x1D692;<!-- Mathematical Monospace Small I --></mtext>
     15        </mphantom>
     16      </mpadded>
     17    </math>
     18  </body>
     19 </html>