blob: f9406297908dccfe30c16aad5cddcf7a7645f576 [file] [log] [blame]
<script>
if (window.layoutTestController)
layoutTestController.dumpEditingCallbacks();
</script>
<p>In the block below, the second 'bar ' should be selected.</p>
<div style="border: 1px solid black; width:50px;">foo bar <span>bar</span> baz</div>
<script>
document.execCommand("FindString", false, "bar ");
document.execCommand("FindString", false, "bar ");
document.execCommand("FindString", false, "bar ");
</script>