16 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
20 function editingTest() {
21 moveSelectionForwardByLineCommand();
22 moveSelectionForwardByWordCommand();
23 moveSelectionBackwardBySentenceCommand();
24 extendSelectionForwardBySentenceCommand();
29 <title>Editing Test
</title>
32 <div contenteditable
id=
"root" class=
"editing">
33 <frijole style=
"display:block;" id=
"test">one two three
<frijole>
34 <doodad style=
"display:block;">four five six
</doodad>