10 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
11 <script src=
"../../resources/dump-as-markup.js"></script>
12 <title>Editing Test
</title>
15 <div contenteditable
id=
"root" class=
"editing">
16 <span id=
"test">Empty list item
</span>
19 <li>I should be number
1.
</li>
21 <li>I should be number
3.
</li>
26 function editingTest() {
27 moveSelectionForwardByLineCommand()
28 for (i
= 0; i
< 3; i
++)
29 extendSelectionForwardByLineCommand();
31 moveSelectionForwardByLineCommand();
36 runDumpAsTextEditingTest(true);