2 <body onload=
"test()"></body>
5 testRunner
.dumpAsText();
10 document
.designMode
= "on";
11 var selection
= window
.getSelection();
12 selection
.addRange(document
.createRange());
13 document
.execCommand("Delete");
15 document
.body
.appendChild(document
.createTextNode('Deleting an empty selection should have no effect.'));