diff options
Diffstat (limited to 'dom/xslt/crashtests/406106-1.html')
-rw-r--r-- | dom/xslt/crashtests/406106-1.html | 18 |
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 000000000..86ab510ff --- /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> |