13 border:
2px solid blue;
18 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
22 function editingTest() {
23 for (i
= 0; i
< 7; i
++)
24 moveSelectionForwardByCharacterCommand();
25 insertParagraphCommand();
30 <title>Editing Test
</title>
32 <body contenteditable
id=
"root" spellcheck=
"false">
34 Test inserting paragraphs: should see two blue boxes, where the second blue box starts with an empty line.
36 <div style=
"border: none; height: 12px"></div>
39 <div class=
"editing" id=
"test" spellcheck=
"true">baz
</div>bar
<div class=
"editing">foo
</div>
40 <div class=
"editing"><br class=
"khtml-block-placeholder"></div>