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 "you can't see this." span.
39 <div contenteditable
id=
"root" class=
"editing">
40 <span style=
"display: hidden">you can't see this.
</span>
41 <span id=
"test">you can see this.
</span>
45 runDumpAsTextEditingTest(true);