<!DOCTYPE html>
<body>
<script>
document.addEventListener("DOMSubtreeModified", function() {});
document.body.insertAdjacentHTML("afterbegin", "<p>foo");
</script>