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();
25 extendSelectionForwardByCharacterCommand();
26 extendSelectionForwardByCharacterCommand();
32 <title>Editing Test
</title>
36 <div class=
"explanation">
37 <div class=
"scenario">
40 Style checks performed on boundaries between style changes.
42 <div class=
"expected-results">
45 Should see this content in the red box below:
<b><div>a
</div><div>b
</div></b>
49 <div contenteditable
id=
"root" style=
"word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
50 <div id=
"test" class=
"editing"><div><b>a
</b></div><div>b
</div></div>