Bug 1874684 - Part 4: Prefer const references instead of copying Instant values....
[gecko.git] / dom / xslt / crashtests / 406106-1.html
blob86ab510ff8ea5eb0e2802fbef6f9d7eba5205a6e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script type="text/javascript">
6 function boom()
8 var p = new XSLTProcessor();
9 p.setParameter("a", "b", {e: p});
12 boom();
14 </script>
15 </head>
16 <body>
17 </body>
18 </html>