13 border:
2px solid blue;
18 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
22 function editingTest() {
23 moveSelectionBackwardByCharacterCommand();
24 insertParagraphCommand();
29 <title>Editing Test
</title>
31 <body contenteditable
id=
"root">
33 Test inserting paragraphs: should see an empty blue box below
"bar"
35 <div style=
"border: none; height: 12px"></div>
37 bar
<div class=
"editing" id=
"test">baz
</div>