3 border:
1px solid #aaa;
6 <p>This tests for a bug where hitting return between two tables would add a new paragraph at the end of the editable region.
</p>
7 <div id=
"div" contenteditable=
"true"><table contenteditable=
"false"><tr><td contenteditable=
"true">There should be two empty paragraphs after this table and before the next.
</td></tr></table><br><table contenteditable=
"false"><tr><td contenteditable=
"true">And the caret should be in the second one.
</td></tr></table></div>
9 var sel
= window
.getSelection();
10 var div
= document
.getElementById("div");
12 document
.execCommand("InsertParagraph");