js/xpconnect/crashtests/616930-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:0bb075098f54
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5
6 function boom()
7 {
8 window.__proto__.__proto__ = InstallTrigger;
9 window.DOMParser;
10 }
11
12 </script>
13 </head>
14 <body onload="boom();"></body>
15 </html>

mercurial