diff options
Diffstat (limited to 'testing/web-platform/tests/mathml/crashtests/mozilla/323733-1.xml')
-rw-r--r-- | testing/web-platform/tests/mathml/crashtests/mozilla/323733-1.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/mathml/crashtests/mozilla/323733-1.xml b/testing/web-platform/tests/mathml/crashtests/mozilla/323733-1.xml new file mode 100644 index 0000000000..5551d8588c --- /dev/null +++ b/testing/web-platform/tests/mathml/crashtests/mozilla/323733-1.xml @@ -0,0 +1,7 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> + <div> + <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"> + <ms /> + </math> + </div> +</html> |