11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
16 for (i
= 0; i
< 15; i
++)
17 moveSelectionForwardByCharacterCommand();
18 for (i
= 0; i
< 3; i
++)
19 insertLineBreakCommand();
24 <title>Editing Test
</title>
27 <div contenteditable
id=
"root" class=
"editing">
28 <div id=
"test">Test
<BLOCKQUOTE>Test
</BLOCKQUOTE><BR></div>