1 <p>This tests for a crash when indenting an empty TD.
</p>
2 <div contenteditable=
"true">
12 if (window
.testRunner
)
13 window
.testRunner
.dumpAsText();
14 indent
= document
.getElementById("indent");
15 window
.getSelection().collapse(indent
, 0);
16 document
.execCommand("indent");