blob: c07981088eede6134fdfd72b6c2cb9c3a0e9af3b [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>This tests if we can show unicode correctly. It is for <a href="https://bugs.webkit.org/show_bug.cgi?id=89969">https://bugs.webkit.org/show_bug.cgi?id=89969.</a></p>
<p>
If you can see chinese(北京, 澳门) after pressing the droplist, this test passes.
</p>
<select>
<option selected="selected">北京</option>
<option>ShenYang</option>
<option>澳门</option>
<option>Republic of Côte d'Ivoire</option>
</select>
</body>
</html>