| <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é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> |