3 testRunner
.dumpEditingCallbacks();
5 <p>This tests inserting a paragraph separator before a table. There should be an empty paragraph before the table and the caret should be just before the table.
</p>
6 <div contenteditable=
"true" id=
"div"><table border=
"1"><tr><td>foo
</td></tr></table></div>
9 var sel
= window
.getSelection();
10 var div
= document
.getElementById("div");
12 document
.execCommand("InsertParagraph");