4 testRunner
.dumpEditingCallbacks();
8 border:
1px solid #aaa;
12 <div contenteditable=
"true"><table style=
"border: 1px solid #aaa" id=
"base"><tr><td id=
"extent" contenteditable=
"false">This tests for a Mail crasher that happened when a selection was created with one endpoint in non-editable content and the other in editable content.
</td></tr></table></div>
15 var s
= window
.getSelection();
16 var b
= document
.getElementById("base");
17 var e
= document
.getElementById("extent");
18 s
.setBaseAndExtent(b
, 0, e
, 0);