trisquel-icecat/icecat/docshell/base/crashtests/1584467.html

12 lines
235 B
HTML

<script>
window.onload = () => {
a.addEventListener("DOMSubtreeModified", () => {
document.body.appendChild(b)
document.body.removeChild(b)
window[1]
})
a.type = ""
}
</script>
<embed id="a">
<iframe id="b"></iframe>