| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| moveSelectionForwardByCharacterCommand(); |
| insertParagraphCommand(); |
| insertParagraphCommand(); |
| extendSelectionBackwardByLineCommand(); |
| moveSelectionBackwardByCharacterCommand(); |
| moveSelectionForwardByLineCommand(); |
| insertParagraphCommand(); |
| <title>Editing Test</title> |
| <div class="explanation"> |
| You should see one "x" followed by two blank lines, then one more "x". The blank lines in between the characters |
| should be the same height. The second <b>must</b> be the same height as the first. |
| See: <<a href="rdar://problem/3959727">rdar://problem/3959727</a>> REGRESSION (Mail): Style not preserved on blank lines |
| <div contenteditable="true" id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;"> |
| <div id="test" class="editing">x</div> |
| runDumpAsTextEditingTest(); |