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

Side by Side Diff: ManualTests/blackberry/meta-viewport-initial-scale-wide-content.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 <html>
2 <head>
3 <meta name="viewport" content="width=device-width, initial-scale=1.0">
4 <style>
5 body { margin: 0; padding: 0; }
6 #green { width: 100%; height: 100%; background: green; }
7 #red { width: 1024px; height: 2048px; background: red; }
8 </style>
9 </head>
10 <body>
11 <div id="green">
12 This green box should fully fill the initial viewport, and the text within it
13 should wrap at the edge of the screen appropriately. The test is PASSED if
14 this green box is fully visible and takes up the whole screen.
15 </div>
16 <div id="red">
17 This should not be visible initially. This test is FAILED if you can see
18 can red without first scrolling down.
19 </div>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « ManualTests/blackberry/http-cookie-database-update.php ('k') | ManualTests/blackberry/notification.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698