4 border-left:
2px solid blue;
9 <p>This tests for a crash when attempting to break a blockquote at the end of its content. The caret should be in the first of two empty paragraphs between two pieces of quoted content.
</p>
10 <div contenteditable=
"true">
11 <blockquote type=
"cite"><div id=
"dv">foo
</div></blockquote>
13 <blockquote type=
"cite"><div>bar
</div></blockquote>
17 dv
= document
.getElementById("dv");
19 s
= window
.getSelection();
21 document
.execCommand("InsertNewlineInQuotedContent");