3 testRunner
.dumpEditingCallbacks();
5 <p>This tests moving the caret forward through content of mixed editability. The caret should move down one line from the editable piece to the editable piece that's embedded in a non-editable piece.
</p>
7 <div contenteditable=
"true">
9 <table border=
"1" contenteditable=
"false"><tr><td contenteditable=
"true" id=
"test">editable
</td></tr></table>
14 var e
= document
.getElementById("test");
15 var s
= window
.getSelection();
19 s
.modify("move", "forward", "documentBoundary");