| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| moveSelectionForwardByCharacterCommand(); |
| extendSelectionForwardByCharacterCommand(); |
| <title>Editing Test</title> |
| <body contenteditable id="root"> |
| <div id="test">There is a tide</div><br>in the affairs of men |
| <!-- Do not fall into the trap represented by this bug: |
| <rdar://problem/3890955> 8A314: Forward delete sometimes fails to delete the selected quoted text |
| Delete the whole selection and not just the trailing <br>. |