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