Bug 460926 A11y hierachy is broken on Ubuntu 8.10 (GNOME 2.24), r=Evan.Yan sr=roc
[wine-gecko.git] / content / 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>