10 border:
2px solid blue;
15 .scenario { margin-bottom:
16px;}
16 .scenario:first-line { font-weight: bold; margin-bottom:
16px;}
17 .expected-results:first-line { font-weight: bold }
19 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
23 function editingTest() {
24 moveSelectionForwardByCharacterCommand();
26 typeCharacterCommand("b");
31 <title>Editing Test
</title>
35 <div class=
"explanation">
36 <div class=
"scenario">
39 Style checks performed on boundaries between style changes.
41 <div class=
"expected-results">
44 Should see this content in the red box below:
<b>a
</b>bc
48 <div contenteditable
id=
"root" style=
"word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
49 <div id=
"test" class=
"editing"><b>a
</b>c
</div>