tenfourfox/dom/html/crashtests/682058.xhtml

12 lines
278 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<body onload="test()">
<script>
function test() {
document.body.innerHTML = "Foobar";
}
document.addEventListener("DOMNodeRemoved", function() {});
</script>
</body>
</html>