13 <p>This tests copy and pastes
"is a tide in the affairs of men,\nWhich taken" twice.
</p>
14 <div id=
"root" contenteditable
>
15 <div id=
"test" class=
"editing">There is a tide in the affairs of men,
</div>
16 <div class=
"editing">Which taken at the flood leads on to fortune.
</div>
17 <div class=
"editing">Omitted, all the voyage of their life,
</div>
18 <div class=
"editing">Is bound in shallows and in miseries.
</div>
20 <script src=
"../editing.js"></script>
23 function editingTest() {
24 for (i
= 0; i
< 6; i
++)
25 moveSelectionForwardByCharacterCommand();
26 for (i
= 0; i
< 44; i
++)
27 extendSelectionForwardByCharacterCommand();
33 runDumpAsTextEditingTest(true);