4 <div id=
"test" contenteditable
><blockquote type=
"cite"><b>line
1 <br></b> </blockquote></div>
5 <script src=
"../../resources/dump-as-markup.js"></script>
8 Markup
.description('This test ensures WebKit does not crash when pasting content immediately after an inline style element.\n'
9 + 'This test exhibits a bug. The inserted content should be on a separate line but it is not.');
11 window
.getSelection().collapse(document
.getElementById('test').firstChild
, 1);
12 document
.execCommand('InsertHTML', false, '<blockquote type="cite">line 2</blockquote>');