trisquel-icecat/icecat/editor/libeditor/crashtests/1470926.html

9 lines
155 B
HTML

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