11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
16 for (i
= 0; i
< 50; i
++) {
17 moveSelectionForwardByCharacterCommand();
19 for (i
= 0; i
< 15; i
++) {
26 <title>Editing Test
</title>
29 <!-- body not contenteditable. treat these two divs like separate widgets.
30 arrowing from one to the other is prevented. -->
31 <div contenteditable
id=
"root" class=
"editing">
32 <span id=
"test">We hold these truths to be self-evident,
</span>
34 <div contenteditable
class=
"editing">
35 that all men are created equal, ...