9 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
13 function editingTest() {
14 for (i
= 0; i
< 11; i
++) {
15 moveSelectionForwardByCharacterCommand();
17 for (i
= 0; i
< 11; i
++) {
18 moveSelectionBackwardByCharacterCommand();
24 <title>Editing Test
</title>
27 <div contenteditable
id=
"root" class=
"editing">
28 <span id=
"test">foo bar baz
</span>