gecko-dev/editor/libeditor/crashtests/1578916.html

16 строки
404 B
HTML

<script>
function go() {
b.appendChild(document.body.firstChild)
document.getSelection().setBaseAndExtent(c.appendChild(b),0,b,1)
a.addEventListener("DOMCharacterDataModified", function() {
window.getSelection().removeAllRanges()
})
document.execCommand("delete", false)
}
</script>
<body onload=go()>
<audio id="a">
<li contenteditable="true">
<data id="c">
<source id="b">