blob: 23366476b94a5e189722e9f1e69b608375199fdb [file] [log] [blame]
<!DOCTYPE html>
<textarea style="white-space:pre-wrap">a b </textarea>
<script>
var textarea = document.querySelector('textarea');
textarea.focus();
textarea.selectionStart = 4;
textarea.selectionEnd = 4;
</script>