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

10 строки
155 B
HTML

<script>
function go() {
a.select();
a.setAttribute("hidden", "");
a.setRangeText("f");
}
</script>
<body onload=go()>
<textarea id="a">-</textarea>