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
< 6; i
++)
20 moveSelectionForwardByCharacterCommand();
21 for (i
= 0; i
< 33; i
++)
22 extendSelectionForwardByCharacterCommand();
24 Markup
.dump('root', 'Before copy');
27 Markup
.dump('root', 'After first paste');
30 Markup
.dump('root', 'After second paste');
36 <title>Editing Test
</title>
38 <body onload=
"runEditingTest()" contenteditable
id=
"root">
39 <div id=
"test" class=
"editing">There is a tide in the affairs of men,
</div>
40 <div class=
"editing">Which taken at the flood leads on to fortune.
</div>
41 <div class=
"editing">Omitted, all the voyage of their life,
</div>
42 <div class=
"editing">Is bound in shallows and in miseries.
</div>