3 testRunner
.dumpEditingCallbacks();
5 <p>Tests for a bug in the paragraph separator insertion code. Only one newline should be added.
</p>
6 <div id=
"test" contenteditable=
"true">foo
<br><div>bar
</div></div>
8 <script type=
"text/javascript" src=
"../editing.js"></script>
11 internals
.settings
.setEditingBehavior("mac");
12 var e
= document
.getElementById("test");
13 var s
= window
.getSelection();
15 setSelectionCommand(e
, 0, e
, 0);
16 moveSelectionForwardByWordCommand();
17 insertParagraphCommand();