mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
6090989771
--HG-- extra : rebase_source : 76957b4f171ebf0de582eeffc73330b71425f363
11 lines
315 B
HTML
11 lines
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'>
|