4 <script src=
"../editing.js"></script>
6 function editingTest() {
7 moveSelectionForwardByLineCommand();
8 extendSelectionForwardByLineCommand();
16 <p>This tests deletion of an empty line which is a
<br
> element just after
17 a
<div
> element. If the deletion is successful, the result should have two lines,
18 and the insertion point should be at the start of the second line, just before the letter
"b".
</p>
21 <div id=
"test">a
</div><br><div>b
</div>
26 <script>runEditingTest()</script>