| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| moveSelectionForwardByCharacterCommand(); |
| insertParagraphCommand(); |
| insertParagraphCommand(); |
| <title>Editing Test</title> |
| <body contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;"> |
| Test inserting paragraphs and managing typing style correctly: "x" under "line 2" should be bold. Fix for this bug: |
| <a href="rdar://problem/3939523"><rdar://problem/3939523></a> in some cases, text does not retain style info after pressing return twice |
| <div style="height: 12px"></div> |
| <p><br class="khtml-block-placeholder"></p> |
| <p><br class="khtml-block-placeholder"></p> |