| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| moveSelectionForwardByLineCommand(); |
| extendSelectionForwardByLineCommand(); |
| moveSelectionBackwardByLineCommand(); |
| moveSelectionForwardByLineCommand(); |
| <title>Editing Test</title> |
| <body contenteditable style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;"> |
| <a href="rdar://problem/3941203"><rdar://problem/3927554></a> REGRESSION (Mail): Paste inserts content in wrong place |
| <br>***TEST*** line should be second, following the first line. |
| <div style="height: 12px"></div> |
| <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> |