diff options
Diffstat (limited to 'layout/mathml/crashtests/323737-1.xml')
-rw-r--r-- | layout/mathml/crashtests/323737-1.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/mathml/crashtests/323737-1.xml b/layout/mathml/crashtests/323737-1.xml new file mode 100644 index 000000000..ad673f946 --- /dev/null +++ b/layout/mathml/crashtests/323737-1.xml @@ -0,0 +1,9 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> + <div> + <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"> + <mtable> + <mroot /> + </mtable> + </math> + </div> +</html>
\ No newline at end of file |