summaryrefslogtreecommitdiffstats
path: root/layout/mathml/crashtests/848725-2.html
blob: b6362f9bf2b39f82945c2a8e15425e1d67763729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
  <head>
    <title>Bug 848725</title>
    <meta charset="utf-8"/>
  </head>
  <body>
    <div>
      <math>
        <mover>
          <mo>&#x21A1;</mo>
          <mspace height="500px"></mspace>
        </mover>
      </math>
    </div>
  </body>
</html>