1 <p>This tests for a crasher when deleting contents of a table cell.
<a href=
"radr://problem/4845371"><radr://problem/
4845371></a></p>
2 <div id=
"div" contenteditable=
"true"><table><tr><td>foo
<a href=
"http://www.google.com/">bar
</a></td><td>baz
</td></tr></table></div>
4 <script src=
"../editing.js"></script>
7 internals
.settings
.setEditingBehavior("win");
9 runDumpAsTextEditingTest(true);
11 function editingTest() {
12 var div
= document
.getElementById("div");
13 var sel
= window
.getSelection();
16 moveSelectionForwardByCharacterCommand();
17 extendSelectionForwardByWordCommand();
18 extendSelectionForwardByWordCommand();
19 extendSelectionBackwardByCharacterCommand();