content/base/crashtests/386794-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:4ebbc3aec1cf
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script>
5
6 function boom()
7 {
8 var weirdScript = document.createElementNS('http://example.com/foo', 'script');
9 document.body.appendChild(weirdScript);
10 document.body.innerHTML;
11 }
12
13 </script>
14 </head>
15 <body onload="boom()">
16 </body>
17 </html>

mercurial