js/xpconnect/crashtests/467693-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:f4d064657167
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script type="text/javascript">
5
6 function boom()
7 {
8 ({})[document.createElement('unsupported').tagName];
9 uneval(Components.interfaces.nsIWebNavigationInfo);
10 }
11
12 </script>
13 </head>
14
15 <body onload="boom();"></body>
16 </html>

mercurial