diff options
Diffstat (limited to '')
-rw-r--r-- | layout/generic/crashtests/385265-1.xhtml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/generic/crashtests/385265-1.xhtml b/layout/generic/crashtests/385265-1.xhtml new file mode 100644 index 0000000000..7994653ffa --- /dev/null +++ b/layout/generic/crashtests/385265-1.xhtml @@ -0,0 +1,13 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<body> + +<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> + <mtable> + <mtr> + <mtd><mi>x</mi></mtd> + </mtr> + </mtable> +</math> + +</body> +</html>
\ No newline at end of file |