3 testRunner
.dumpEditingCallbacks();
7 border:
1px solid #
999;
11 <p>This tests the caret position for the caret after an inline table.
</p>
13 <div contenteditable=
"true">foo
<table style=
"display:inline" id=
"test"><tr><td>this
</td></tr><tr><td>is
</td></tr><tr><td>a table
</td></tr></table>baz
</div>
16 var s
= window
.getSelection();
17 var e
= document
.getElementById("test");
19 s
.collapse(e
, e
.childNodes
.length
);