9 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
13 function editingTest() {
14 for (i
= 0; i
< 16; i
++)
15 moveSelectionForwardByCharacterCommand();
21 <title>Editing Test
</title>
23 <body contenteditable
id=
"root">
24 <div id=
"test">There is a tide
</div><br>in the affairs of men
26 <!-- Delete only the <br> after the block -->