summaryrefslogtreecommitdiffstats
path: root/dom/xslt/crashtests/601543.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xslt/crashtests/601543.html')
-rw-r--r--dom/xslt/crashtests/601543.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/xslt/crashtests/601543.html b/dom/xslt/crashtests/601543.html
new file mode 100644
index 0000000000..af025b242a
--- /dev/null
+++ b/dom/xslt/crashtests/601543.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<script>
+(new XSLTProcessor).setParameter('', '', [{}, null]);
+</script>