summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1393171.html
blob: 0aca3304e768622b8e7906363aff78611b40cb15 (plain)
1
2
3
4
5
6
7
8
9
10
<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'>