16 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
20 function editingTest() {
21 for (i
= 0; i
< 4; i
++) {
22 moveSelectionForwardByLineCommand();
28 <title>Editing Test
</title>
31 <div contenteditable
id=
"root" class=
"editing">
35 <td class='cell'
>foo
</td>
38 <td class='cell'
></td>
41 <td class='cell'
>bar
</td>