зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
315 B
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'>
|