summaryrefslogtreecommitdiffstats
path: root/dom/xslt/crashtests/406106-1.html
blob: 86ab510ff8ea5eb0e2802fbef6f9d7eba5205a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>