3 testRunner
.dumpEditingCallbacks();
5 <p>In the block below, the second 'bar ' should be selected.
</p>
6 <div style=
"border: 1px solid black; width:50px;">foo bar
<span>bar
</span> baz
</div>
9 document
.execCommand("FindString", false, "bar ");
10 document
.execCommand("FindString", false, "bar ");
11 document
.execCommand("FindString", false, "bar ");