11 border:
2px solid blue;
17 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
21 function editingTest() {
22 for (i
= 0; i
< 4; i
++)
23 forwardDeleteCommand();
28 <title>Editing Test
</title>
30 <body contenteditable=
"true">
31 <div class=
"explanation">
32 Should see
"bar" in the red box. Insertion point should be at the start of the document.
35 <div id=
"root" style=
"word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
36 <div id=
"test" class=
"editing">foo bar
</div></div>