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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <p>This tests if we can show unicode correctly. It is for <a href="https://b ugs.webkit.org/show_bug.cgi?id=89969">https://bugs.webkit.org/show_bug.cgi?id=89 969.</a></p>
5 <p>
6 If you can see chinese(北京, 澳门) after pressing the droplist, this test pass es.
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>
OLDNEW
« 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