| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| moveSelectionForwardByCharacterCommand(); |
| insertParagraphCommand(); |
| <title>Editing Test</title> |
| <div class="explanation"> |
| Should see "foo" and "bar" each in a separate red box. Note that the "foo" text is really "foo ". |
| There <b>must</b> be a space at the end of the line. |
| <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">foo bar</div> |