summaryrefslogtreecommitdiffstats
path: root/layout/mathml/crashtests/848725-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/mathml/crashtests/848725-2.html')
-rw-r--r--layout/mathml/crashtests/848725-2.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/mathml/crashtests/848725-2.html b/layout/mathml/crashtests/848725-2.html
new file mode 100644
index 000000000..b6362f9bf
--- /dev/null
+++ b/layout/mathml/crashtests/848725-2.html
@@ -0,0 +1,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>