9 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
13 function editingTest() {
14 moveSelectionForwardByCharacterCommand();
15 for (i
= 0; i
< 15; i
++)
16 extendSelectionForwardByCharacterCommand();
22 <title>Editing Test
</title>
24 <body contenteditable
id=
"root">
25 <div id=
"test">There is a tide
</div><br>in the affairs of men
27 <!-- Do not fall into the trap represented by this bug:
28 <rdar://problem/3890955> 8A314: Forward delete sometimes fails to delete the selected quoted text
30 Delete the whole selection and not just the trailing <br>.