Index: ManualTests/blackberry/select-popup-items-unicode-display.html |
diff --git a/ManualTests/blackberry/select-popup-items-unicode-display.html b/ManualTests/blackberry/select-popup-items-unicode-display.html |
deleted file mode 100644 |
index c07981088eede6134fdfd72b6c2cb9c3a0e9af3b..0000000000000000000000000000000000000000 |
--- a/ManualTests/blackberry/select-popup-items-unicode-display.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<!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> |