4 <script src=
"../../resources/dump-as-markup.js"></script>
14 <p>This test copies and pastes
"is a tide in the affairs of men,\nWhich taken at the flood leads on to fortune.\nOmitted" twice.
</p>
15 <div contenteditable
id=
"root">
16 <div id=
"test" class=
"editing">There is a tide in the affairs of men,
17 <div class=
"editing">Which taken at the flood leads on to fortune.
18 <div class=
"editing">Omitted, all the voyage of their life,
19 <div class=
"editing">Is bound in shallows and in miseries.
25 <script src=
"../editing.js"></script>
28 function editingTest() {
29 for (i
= 0; i
< 6; i
++)
30 moveSelectionForwardByCharacterCommand();
31 for (i
= 0; i
< 86; i
++)
32 extendSelectionForwardByCharacterCommand();
38 runDumpAsTextEditingTest(true);