4 <div id=
"test" contenteditable
>
5 <div><font class=
"Apple-style-span" face=
"monospace">hello world
</font></div><div><font class=
"Apple-style-span" face=
"monospace">WebKit
</font></div>
7 <script src=
"../../resources/dump-as-markup.js"></script>
10 Markup
.description('This tests deleting a line break between paragraphs with the same inline style.'
11 + ' Inline style should be preserved after the merge.');
13 document
.getElementById('test').focus();
14 window
.getSelection().modify('move', 'forward', 'line');
15 document
.execCommand('Delete');