11 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
15 function editingTest() {
16 execExtendSelectionForwardByCharacterCommand();
22 <title>Editing Test
</title>
25 <p>This tests italicizing the first character. The double quotation at the beginning must be italicized.
</p>
26 <div contenteditable
id=
"root" class=
"editing">
27 <span id=
"test">"The quick brown fox jumps over the lazy dog" uses every
28 letter in the english language.
33 runDumpAsTextEditingTest();