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 Cte d'Ivoire</option> 13 </select> 14 </body> 15 </html> 16