13 border:
2px solid blue;
18 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
22 function editingTest() {
23 for (i
= 0; i
< 4; i
++)
24 moveSelectionForwardByCharacterCommand();
25 insertParagraphCommand();
30 <title>Editing Test
</title>
32 <body contenteditable
id=
"root">
34 Test inserting paragraphs: should see an empty blue box above an empty line between
"foo" and
"bar"
36 <div style=
"border: none; height: 12px"></div>
38 <p id=
"test" class=
"editing">foo
</p><br><p class=
"editing">bar
</p>