Mypal/dom/base/crashtests/450385-1.html
2019-03-11 13:26:37 +03:00

12 lines
354 B
HTML

<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>