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

8 lines
172 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<body>
<script>
document.addEventListener("DOMSubtreeModified", function() {}, false);
document.body.insertAdjacentHTML("afterbegin", "<p>foo");
</script>