11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
16 typeCharacterCommand('a');
17 insertParagraphCommand();
18 typeCharacterCommand('z');
19 typeCharacterCommand('z');
20 typeCharacterCommand(' ');
25 <title>Editing Test
</title>
28 <div>You should see 'a' on the first line below, and 'zz a' on the second line. 'zz' (and only 'zz') should be marked as misspelled.
</div>
29 <div contenteditable
id=
"root" class=
"editing">
30 <span id=
"test">a
</span>