summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mpadded-9.html
blob: 2b86721f508113817bc8e3341e9ee8286886aa31 (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>
      <!--with fixed width, height + depth should not depend on the characters-->
      <mpadded mathbackground="red" width="100width">
        <mphantom>
          <mtext>&#x1D692;<!-- Mathematical Monospace Small I --></mtext>
        </mphantom>
      </mpadded>
    </math>
  </body>
</html>