• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html>
3  <body>
4    <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>
5    <p>
6      If you can see chinese(北京, 澳门) after pressing the droplist, this test passes.
7   </p>
8    <select>
9        <option selected="selected">北京</option>
10        <option>ShenYang</option>
11        <option>澳门</option>
12        <option>Republic of Côte d'Ivoire</option>
13    </select>
14  </body>
15</html>
16