blob: ae929a6b014cd2e368e6a3289447d7b981c76377 [file] [log] [blame]
<body>
<script src="../../resources/js-test.js"></script>
<script>
(function() {
(function() {
var theElement = document.createElement("details");
document.body.appendChild(theElement);
theElement.addEventListener("DOMNodeRemovedFromDocument", function () { eventSender.keyDown("\t"); }, false);
theElement.parentNode.removeChild(theElement);
})();
gc();
debug("PASS unless crash");
})();
</script>
</body>