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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ManualTests/blackberry/http-cookie-database-update.php ('k') | ManualTests/blackberry/notification.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/blackberry/meta-viewport-initial-scale-wide-content.html
diff --git a/ManualTests/blackberry/meta-viewport-initial-scale-wide-content.html b/ManualTests/blackberry/meta-viewport-initial-scale-wide-content.html
deleted file mode 100644
index 56265f52375d71d5084ceb616609b084f1898c10..0000000000000000000000000000000000000000
--- a/ManualTests/blackberry/meta-viewport-initial-scale-wide-content.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-<head>
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<style>
-body { margin: 0; padding: 0; }
-#green { width: 100%; height: 100%; background: green; }
-#red { width: 1024px; height: 2048px; background: red; }
-</style>
-</head>
-<body>
-<div id="green">
-This green box should fully fill the initial viewport, and the text within it
-should wrap at the edge of the screen appropriately. The test is PASSED if
-this green box is fully visible and takes up the whole screen.
-</div>
-<div id="red">
-This should not be visible initially. This test is FAILED if you can see
-can red without first scrolling down.
-</div>
-</body>
-</html>
« 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