7 border-left:
2px solid blue;
14 <div id=
"div" contenteditable=
"true"> This should not be blockquoted.
</div>
15 <script src=
"../../resources/dump-as-markup.js"></script>
17 Markup
.description("This tests pasting a blockquote at the start of a paragraph.");
19 var sel
= window
.getSelection();
20 var div
= document
.getElementById("div");
23 document
.execCommand("InsertHTML", false, "<blockquote type='cite'>This should not be blockquoted.</blockquote>");