11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
18 for (i
= 0; i
< 6; i
++)
19 typeCharacterCommand();
20 typeCharacterCommand(' ');
21 for (i
= 0; i
< 6; i
++)
22 typeCharacterCommand();
23 insertParagraphCommand();
25 typeCharacterCommand(' ');
26 for (i
= 0; i
< 6; i
++)
27 typeCharacterCommand();
28 typeCharacterCommand(' ');
29 for (i
= 0; i
< 6; i
++)
30 typeCharacterCommand();
35 <title>Editing Test
</title>
38 <div contenteditable
id=
"root" class=
"editing">
39 <span id=
"test"></span>
43 runDumpAsTextEditingTest();