11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
16 for (i
= 0; i
< 5; i
++)
17 moveSelectionForwardByCharacterCommand();
24 <title>Editing Test
</title>
26 <body contenteditable
id=
"root">
28 <div class=
"editing" id=
"test">One
</div><br><div class=
"editing">Two
</div>