13 border:
2px solid blue;
18 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
22 function editingTest() {
23 for (i
= 0; i
< 5; i
++)
24 moveSelectionForwardByCharacterCommand();
25 insertParagraphCommand();
30 <title>Editing Test
</title>
32 <body contenteditable
id=
"root" style=
"word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
34 Test inserting paragraphs: should see a blue box with
"bar" in it, and two blank lines between
"foo" and
"bar".
36 <div style=
"border: none; height: 12px"></div>
38 <span id=
"test">foo
</span><br><br>bar