chromium/third_party/blink/web_tests/editing/execCommand/findString-3.html

<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 &ldquo;uppercase&rdquo; 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>