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 table cell
</span>
25 <td>I should be in the right column.
</td>
31 function editingTest() {
32 moveSelectionForwardByLineCommand();
33 for (i
= 0; i
< 3; i
++)
34 extendSelectionForwardByLineCommand();
35 for (i
= 0; i
< 32; i
++)
36 extendSelectionForwardByCharacterCommand();
38 moveSelectionForwardByLineCommand();
43 runDumpAsTextEditingTest(true);