4 function editingTest() {
6 testRunner
.dumpEditingCallbacks();
8 var elem
= document
.getElementById("test").firstChild
;
9 var selection
= window
.getSelection();
11 selection
.setBaseAndExtent(elem
, 9, elem
, 14);
14 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=
11271</title>
17 <div id=
"test" style=
"display: table;">Only the third word in this sentence should be selected.
</div>