layout/forms/crashtests/457537-2.html

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:21e5d1f23061
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script type="text/javascript">
5
6 function boom()
7 {
8 window.addEventListener("DOMAttrModified", function(){}, false);
9 document.body.appendChild(document.createElement("isindex"));
10 }
11
12 </script>
13 </head>
14
15 <body onload="boom();"></body>
16
17 </html>

mercurial