1 <p>This tests for a bug where a newline inserted at the end of an anonymous block would be lost.
</p>
2 <div id=
"div" contenteditable=
"true">foo
<div>bar
</div></div>
6 internals
.settings
.setEditingBehavior('mac');
7 var div
= document
.getElementById("div");
8 var sel
= window
.getSelection();
11 sel
.modify("move", "forward", "word");
13 document
.execCommand("InsertLineBreak");