| <script src="../editing.js"></script> |
| <script src="../../resources/dump-as-markup.js"></script> |
| extendSelectionForwardByCharacterCommand(); |
| Markup.dump('root', 'Before copy'); |
| Markup.dump('root', 'After first paste'); |
| Markup.dump('root', 'After second paste'); |
| <title>Editing Test</title> |
| <body onload="runEditingTest()" 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> |