10 word-wrap: break-word;
11 -khtml-nbsp-mode: space;
12 -khtml-line-break: after-white-space;
15 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
19 function editingTest() {
26 <title>Editing Test
</title>
32 All the content in the contenteditable div should be deleted,
33 including the unordered list element.
39 <div contenteditable
id=
"root" class=
"editing">
40 <ul id=
"test"><li>one
</li><li>two
</li><li>three
</li></ul>
44 runDumpAsTextEditingTest(true);