2 Test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=23051">https://bugs.webkit.org/show_bug.cgi?id=
23051</a>
3 web page searching should use ICU's search so it can ignore diacritical differences
</i>.
6 The word
"sélect" should be selected.
13 if (window
.testRunner
)
14 testRunner
.dumpAsText();
15 if (document
.execCommand("FindString", false, "Sel" + String
.fromCharCode(0x00CB) + "ct"))
16 document
.getElementById("result").innerText
= "PASS";