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

11 строки
199 B
HTML

<style>
.c { resize: both }
</style>
<script>
window.onload = () => {
a.className = "a"
document.execCommand("delete", false)
}
</script>
<input id="a" autofocus="autofocus" class="c">