summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mpadded-9-ref.html
blob: e2a4943edd3d5d399fb905f7563c7f1c4e385f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <title>Test mpadded</title>
  </head>
  <body>
    <math>
      <mpadded mathbackground="red" width="100width">
        <mphantom>
          <mtext>&#x1D687;<!-- Mathematical Monospace Capital X --></mtext>
        </mphantom>
      </mpadded>
    </math>
  </body>
</html>