summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mphantom-2-ref.html
blob: 56f13e302c00b22984dcb765847713c77ead2958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
  <head>
    <title>mphantom</title>
    <meta charset="utf-8"/>
  </head>
  <body>

    <p>
      <math>
        <mtext>LEFT</mtext>
        <munderover>
          <mspace width="4em" height="3em" depth="2em"/>
          <mtext>BELOW</mtext>
          <mtext>ABOVE</mtext>
        </munderover>
        <mtext>RIGHT</mtext>
      </math>
    </p>

  </body>
</html>