summaryrefslogtreecommitdiffstats
path: root/layout/mathml/crashtests/848725-1.html
blob: 7ce9c434ccb8ee083cf43c362e01b4b2f0252270 (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>&#x21A0;</mo>
          <mspace width="500px"></mspace>
        </mover>
      </math>
    </div>
  </body>
</html>