1 <p>This tests for a crash when indenting a table that is not entirely selected.
</p>
2 <div contenteditable=
"true" id=
"test">
4 <div id=
"start"><br></div>
22 if (window
.testRunner
)
23 window
.testRunner
.dumpAsText();
24 indent
= document
.getElementById("secondrow");
25 window
.getSelection().setBaseAndExtent(document
.getElementById('start'), 0, indent
, 0);
26 document
.execCommand("indent");