4 <p id=
"description">This tests deleting line break before h6.
5 WebKit should not cancel styles added by h6 by those of document's default style but still keep
"hello" italicized and
"world" in red.
</p>
6 <div id=
"test" contenteditable
>
8 <h6><font color=
"blue" style=
"color:red">world
</font></h6>
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
);