4 <blockquote type=
"cite">
5 <div id=
"test" contenteditable
><blockquote type=
"cite">hello world
</blockquote></div>
7 <script src=
"../../resources/dump-as-markup.js"></script>
10 var test
= document
.getElementById('test');
11 window
.getSelection().collapse(test
.firstChild
.firstChild
, 5);
12 document
.execCommand('InsertNewlineInQuotedContent', false, null);
14 Markup
.description('This test ensures WebKit properly inserts newline in quoted contents, which is enclosed by a non-editable blockquote.');