| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| moveSelectionForwardByCharacterCommand(); |
| extendSelectionForwardByCharacterCommand(); |
| <title>Editing Test</title> |
| <body contenteditable id="root"> |
| <div id="test" class="editing">There is a tide in the affairs of men,</div> |
| <div class="editing">Which taken at the flood leads on to fortune.</div> |
| <div class="editing">Omitted, all the voyage of their life,</div> |
| <div class="editing">Is bound in shallows and in miseries.</div> |