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
>). In this case, the
17 <div
> has no content inside it, but a min-height style prevents it from
18 collapsing. If the deletion is successful, the result should have two lines,
19 and the insertion point should be on the second line, at the end of the editable area.
</p>
22 <div>a
</div><div id=
"test" style=
"min-height:50px"></div><br>
27 <script>runEditingTest()</script>