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