1 <p>This tests for a crash indent a selection that starts just before a ToDo.
</div>
2 <div id=
"div" contenteditable=
"true"><table contenteditable=
"false"><tr><td>⇒</td><td contenteditable=
"true" style=
"background-color: #f81;">ToDo content
</td></tr></table></div>
7 testRunner
.dumpAsText();
9 var sel
= window
.getSelection();
10 var div
= document
.getElementById("div");
12 document
.execCommand("Indent");