3 testRunner
.dumpEditingCallbacks();
5 <p>This tests paragraphBoundary selection navigation. The caret should be at the end of the paragraph below, just after the select box.
</p>
6 <div id=
"div" contenteditable=
"true"><select><option>1</option></select></div>
9 var sel
= window
.getSelection();
10 var div
= document
.getElementById("div");
13 sel
.modify("move", "forward", "paragraphBoundary");