6 border-left:
2px solid blue;
14 if (window
.testRunner
)
15 testRunner
.dumpAsText();
17 var qt
= document
.getElementById('qt');
18 var sel
= window
.getSelection();
20 sel
.modify("extend", "forward", "line");
21 document
.execCommand("InsertNewlineInQuotedContent");
23 document
.write("<xmp>" + document
.body
.innerHTML
+ "</xmp>");
27 <body contenteditable
onload=
"test()">
28 <div>This test should not crash
</div>
29 <blockquote type=
"cite" id=
"qt">triple click me! then hit enter
30 <blockquote type=
"cite"><div style=
"min-height: 14px;"></div></blockquote>