1 <p>This tests for sentence boundary when there are empty line breaks between lines of text.
<br>
2 The result insertion point should be at the end of the sentence
"How are you?"
4 <div id=
"div" contenteditable=
"true">
8 <div><br class=
"webkit-block-placeholder"></div>
9 <div><br class=
"webkit-block-placeholder"></div>
10 <div>This is a test. How are you? Life is sweet!
</div>
14 var sel
= window
.getSelection();
16 sel
.modify("move", "forward", "sentence");
17 sel
.modify("move", "forward", "sentence");
18 sel
.modify("move", "forward", "sentence");
19 sel
.modify("move", "forward", "sentence");
20 sel
.modify("move", "forward", "sentence");
21 sel
.modify("move", "forward", "sentence");
22 sel
.modify("move", "forward", "sentence");