| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| extendSelectionForwardByCharacterCommand(); |
| moveSelectionForwardByCharacterCommand(); |
| insertParagraphCommand(); |
| 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: Only "line 1" should be bold. Other lines should be non-bold. Fix for this bug: |
| <a href="rdar://problem/3944492"><rdar://problem/3944492></a> after pressing return twice, text is bold when it shouldn't be |
| <div style="height: 12px"></div> |