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