summaryrefslogtreecommitdiffstats
path: root/dom/xslt/crashtests/406106-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xslt/crashtests/406106-1.html')
-rw-r--r--dom/xslt/crashtests/406106-1.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/dom/xslt/crashtests/406106-1.html b/dom/xslt/crashtests/406106-1.html
new file mode 100644
index 0000000000..86ab510ff8
--- /dev/null
+++ b/dom/xslt/crashtests/406106-1.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script type="text/javascript">
+
+function boom()
+{
+ var p = new XSLTProcessor();
+ p.setParameter("a", "b", {e: p});
+}
+
+boom();
+
+</script>
+</head>
+<body>
+</body>
+</html>