3 testRunner
.dumpEditingCallbacks();
5 <p>This tests InsertParagraphSeparator inside table cells. 'Cell' and 'Two' should be on separate lines.
</p>
7 <div contenteditable=
"true"><table border=
"1"><tr><td>Cell One
</td><td>Cell
<span id=
"test">Two
</span></td></tr></table></div>
10 var e
= document
.getElementById("test").firstChild
;
11 var s
= window
.getSelection();
14 document
.execCommand("InsertParagraph");