blob: edcdcf9eeb5d2098f47a4e3bb5acdb6b20116382 [file] [log] [blame]
<p>
Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=23051">https://bugs.webkit.org/show_bug.cgi?id=23051</a>
web page searching should use ICU's search so it can ignore diacritical differences</i>.
</p>
<p>
The word "s&eacute;lect" should be selected.
</p>
<hr>
<p id="result">
FAIL
</p>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
if (document.execCommand("FindString", false, "Sel" + String.fromCharCode(0x00CB) + "ct"))
document.getElementById("result").innerText = "PASS";
</script>