11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
16 for (i
= 0; i
< 4; i
++)
17 moveSelectionForwardByCharacterCommand();
19 for (i
= 0; i
< 4; i
++)
20 moveSelectionForwardByCharacterCommand();
22 for (i
= 0; i
< 6; i
++)
23 moveSelectionForwardByCharacterCommand();
29 <title>Editing Test
</title>
32 <div contenteditable
id=
"root" class=
"editing">
35 <div>Two
<br><div>Three
<br></div></div>