| .scenario { margin-bottom: 16px;} |
| .scenario:first-line { font-weight: bold; margin-bottom: 16px;} |
| .expected-results:first-line { font-weight: bold } |
| <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> |
| moveSelectionForwardByCharacterCommand(); |
| typeCharacterCommand("b"); |
| <title>Editing Test</title> |
| <div class="explanation"> |
| Style checks performed on boundaries between style changes. |
| <div class="expected-results"> |
| Should see this content in the red box below: <b>ab</b>c |
| <div contenteditable id="root" style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;"> |
| <div id="test" class="editing"><b>a</b>c</div> |