6 border-left:
2px solid blue;
12 <p>This tests to make sure that breaking a quoted list doesn't renumber the list. You should see a list broken in two below, the list items numbered
1,
2,
3,
4.
</p>
13 <div contenteditable=
"true">
14 <blockquote type=
"cite">
25 li
= document
.getElementById("two");
26 selection
= window
.getSelection();
27 selection
.collapse(li
, li
.childNodes
.length
);
28 document
.execCommand("InsertNewlineInQuotedContent");