4 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
8 function editingTest() {
10 moveSelectionForwardByCharacterCommand();
11 insertParagraphCommand();
12 typeCharacterCommand();
17 <title>Editing Test
</title>
19 <body contenteditable
id=
"root">
20 <div id=
"test">test
</div>
22 <!-- This test is very similar to other insert-div tests, except that it does not place a height (using CSS) on
23 blocks that are added. Bugs involving "block placeholders" (br elements added to give a block height)
24 will be exposed in this test but not others. -->