14 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
18 function editingTest() {
19 for (i
= 0; i
< 5; i
++)
20 moveSelectionForwardByLineCommand();
21 extendSelectionForwardByLineCommand();
23 for (i
= 0; i
< 5; i
++)
24 moveSelectionBackwardByLineCommand();
25 moveSelectionForwardByLineCommand();
31 <title>Editing Test
</title>
33 <body contenteditable
style=
"word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
36 <a href=
"rdar://problem/3941203"><rdar://problem/
3927554></a> REGRESSION (Mail): Paste inserts content in wrong place
38 <br>***TEST*** line should be second, following the first line.
40 <div style=
"height: 12px"></div>
43 <div id=
"test" class=
"editing"><p>Should be first line of document.
<br><br>Another line.
</p><p></p> <p></p> <p>***TEST***
</p><p><br></p></div>