| <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.testRunner) | |
| testRunner.dumpAsText(); | |
| if (document.execCommand("FindString", false, "SelEct")) | |
| document.getElementById("result").innerText = "PASS"; | |
| </script> |