4 <style type=
"text/css">
9 <p id=
"description">This tests deleting line break before p.
10 "world" in
"helloworld" should be italicized in red.
</p>
11 <div id=
"test" contenteditable
>
13 <p style=
"font-style: italic;">world
</p>
16 <script src=
"../editing.js"></script>
17 <script src=
"../../resources/dump-as-markup.js"></script>
20 function editingTest() {
21 moveSelectionForwardByLineCommand();
24 Markup
.description(document
.getElementById('description').textContent
);