Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: ManualTests/blackberry/select-popup-items-unicode-display.html

Issue 780003004: Cleanup: Remove notification test from blackberry. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: g rm -rf ManualTests/blackberry Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ManualTests/blackberry/notification.html ('k') | ManualTests/blackberry/selection-touch-override.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « ManualTests/blackberry/notification.html ('k') | ManualTests/blackberry/selection-touch-override.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698