| <link rel=stylesheet href="../editingStyle.css" type="text/css"> |
| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| moveSelectionForwardByCharacterCommand(); |
| moveSelectionForwardByCharacterCommand(); |
| typeCharacterCommand(' '); |
| <title>Adding a space inside whitespace:pre text collapses space</title> |
| <p>This tests to see if inserting a space inside normal whitespace inside of a whitespace:pre element will collapse other spaces surrounding it.</p> |
| <p>If successful, you should see 'a' followed by 10 spaces followed by 'b'.</p> |
| <div contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;"> |
| <pre id="test" class="editing">a b</pre> |