1 <p>This tests crash on indenting at immediately right to a table.
</p>
2 <div id=
"test" contenteditable=
"true"><table border=
1><tbody><tr><td>hello
</td></tr></tbody></table></div>
4 <script type=
"text/javascript">
7 testRunner
.dumpAsText();
9 var e
= document
.getElementById("test");
10 var s
= window
.getSelection();
12 document
.execCommand("Indent", false, null);