4 <script src=
"../editing.js"></script>
6 function editingTest() {
7 extendSelectionForwardByLineCommand();
15 <p>This tests deletion of an empty line starting inside a
<div
> element,
16 but ending outside that element (just before a
<br
>). If the deletion is
17 successful, the result should have two lines, and the insertion point
18 should be on the second line, at the end of the editable area.
</p>
21 <div>a
</div><div id=
"test"><br></div><br>
26 <script>runEditingTest()</script>