summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/450385-1.html
blob: e75159c51d44f0889f79779a8e49d1c0c3f3e3e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<BODY></BODY>
<SCRIPT>
document.body.addEventListener("DOMCharacterDataModified", function () {
    document.body.innerHTML = "";
    eventChild.appendChild(event.relatedNode);
}, true);
document.addEventListener("DOMNodeInserted", function () {}, true);
document.body.innerHTML="]<kbd><small></kbd><base><optGroup></optGroup>";
</SCRIPT>
</html>