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

11 строки
315 B
HTML

<script>
window.onload=function(){
window.getSelection().addRange(document.createRange());
document.getElementById('a').appendChild(document.createElement('option'));
window.getSelection().modify('extend','backward','lineboundary');
}
</script>
<div></div>
<textarea autofocus='true'></textarea>
<del id='a'>