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