1 <p>This tests for a problem where empty table rows after the selection being deleted would be removed incorrectly. Only the last letter in 'foo' should be removed during this delete.
</p>
2 <div contenteditable=
"true"><table border=
"1"><tr><td id=
"td">foo
</td><td></td></tr><tr><td></td><td></td></tr></table</div>
5 td
= document
.getElementById("td");
6 sel
= window
.getSelection();
8 document
.execCommand("Delete");