1 <p>This tests for a bug where the first newline entered into a text area would be lost.
</p>
2 <textarea id=
"textarea"></textarea>
5 var textarea
= document
.getElementById("textarea");
6 textarea
.setSelectionRange(0, 0);
8 document
.execCommand("InsertLineBreak");