7 testRunner
.dumpAsText();
9 window
.getSelection().collapse(document
.getElementById('dv'), 1);
10 document
.execCommand("InsertParagraph");
11 document
.execCommand("InsertText", false, "this should also be blue over lightgrey");
13 document
.write("<xmp>" + document
.body
.innerHTML
+ "</xmp>");
17 <body onload=
"test()">
18 <div id=
"dv" contenteditable
><span style=
"background-color: lightgrey">lightgrey background
<font color=
"blue">blue font color over lightgrey background
</font></span>