11 <script src=
"../editing.js"></script>
12 <script src=
"../../resources/dump-as-markup.js"></script>
16 Markup
.waitUntilDone();
18 function editingTest() {
19 for (i
= 0; i
< 39; i
++)
20 extendSelectionForwardByCharacterCommand();
22 Markup
.dump('root', 'Before copy');
25 Markup
.dump('root', 'After first paste');
28 Markup
.dump('root', 'After second paste');
35 <title>Editing Test
</title>
37 <body onload=
"runEditingTest()" contenteditable
id=
"root">
38 <div id=
"test" class=
"editing">There is a tide in the affairs of men,
</div>
39 <div class=
"editing">Which taken at the flood leads on to fortune.
</div>
40 <div class=
"editing">Omitted, all the voyage of their life,
</div>
41 <div class=
"editing">Is bound in shallows and in miseries.
</div>