tenfourfox/dom/base/crashtests/450385-1.html

12 lines
354 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>