| .scenario { margin-bottom: 16px;} |
| .scenario:first-line { font-weight: bold; margin-bottom: 16px;} |
| .expected-results:first-line { font-weight: bold } |
| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| moveSelectionForwardByCharacterCommand(); |
| extendSelectionForwardByCharacterCommand(); |
| <title>Editing Test</title> |
| <div class="explanation"> |
| <a href="rdar://problem/4045513"><rdar://problem/4045513></a> Copying and pasting selection starting at end of paragraph can incorrectly remove line break |
| <div class="expected-results"> |
| Should see two lines of text below, self-documenting themselves as "line one" and "line two". The insertion point must |
| be after the first character ("l") of "line two". |
| <div contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;"> |
| <div id="test" class="editing"> |
| <div><div>line one</div>line two</div> |