<p>
Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=11814">http://bugs.webkit.org/show_bug.cgi?id=11814</a>
REGRESSION(r18098): Find does not work with capital letters</i>.
</p>
<p>
The word “uppercase” should be selected.
</p>
<hr>
<p id="result">
FAIL
</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
if (document.execCommand("FindString", false, "UPPERcase"))
document.getElementById("result").innerText = "PASS";
</script>