11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
16 for (i
= 0; i
< 3; i
++)
17 moveSelectionForwardByCharacterCommand();
18 insertParagraphCommand();
23 <title>Editing Test
</title>
25 <body contenteditable
id=
"root" >
26 <div class=
"editing" id=
"test">foo bar
</div>