blob: e5e9d4b7499de0fa0a9685feeaf4ba567b110082 [file] [log] [blame]
<script>
onload = function() {
document.execCommand('selectAll');
selection = document.getSelection();
selection.deleteFromDocument();
}
</script>
<textarea autofocus >
text
text2
text3</textarea>
<iframe srcdoc="foo"></iframe>