6 border-left:
2px solid blue;
21 window
.getSelection().setBaseAndExtent(document
.getElementById('line'), 0, document
.getElementById('dq'), 0);
22 document
.execCommand("Delete");
23 document
.execCommand("InsertNewlineInQuotedContent");
24 document
.execCommand("InsertText", true, "black");
28 <body onload=
"test()">This tests that the blockquote's typing style doesn't remain after breaking the blockquote and typing in the unquoted area.
<br><br>
30 <blockquote type=
"cite">blue
31 <div id=
"line"><br></div>
33 <blockquote type=
"cite" id=
"dq">green
</blockquote>