content/base/crashtests/326618-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:88049a1a2ba5
1 <html>
2 <head>
3 </head>
4 <body>
5 <script>
6
7 try {
8 document.body.removeChild(function(){});
9 } catch (e) {
10 }
11
12 </script>
13 </body>
14 </html>

mercurial