4 <p id=
"description">This tests deleting line break before p.
5 WebKit preserves the inline style of the merged paragraph, and
"world" should be in green.
</p>
6 <div id=
"test" style=
"color:red;" contenteditable
>
8 <p><font color=
"red"><span style=
"color: green;">world
</span></i></p>
11 <script src=
"../editing.js"></script>
12 <script src=
"../../resources/dump-as-markup.js"></script>
15 function editingTest() {
16 moveSelectionForwardByLineCommand();
19 Markup
.description(document
.getElementById('description').textContent
);