summaryrefslogtreecommitdiffstats
path: root/dom/mathml/crashtests/462929-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/mathml/crashtests/462929-1.html')
-rw-r--r--dom/mathml/crashtests/462929-1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/dom/mathml/crashtests/462929-1.html b/dom/mathml/crashtests/462929-1.html
new file mode 100644
index 000000000..386d8e138
--- /dev/null
+++ b/dom/mathml/crashtests/462929-1.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script type="text/javascript">
+
+var a = document.createElementNS("http://www.w3.org/2000/svg", "foo");
+var b = document.createElementNS("http://www.w3.org/1998/Math/MathML", "math");
+
+</script>
+</head>
+<body></body>
+</html>