summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mpadded-7.html
blob: 94d51b58453afdf9d3fa4d2c28cfd38f80bbcc4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>Test mpadded</title>
  </head>
  <body>
    <math>
      <!--height in term of height should not depend on the characters-->
      <mpadded mathbackground="red" height="100height" depth="0">
        <mphantom>
          <mtext>&#x1D692;<!-- Mathematical Monospace Small I --></mtext>
        </mphantom>
      </mpadded>
    </math>
  </body>
</html>