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

Unified Diff: chrome/test/data/banners/manifest_test_page.html

Issue 1148163003: Allow only responsive websites to install as a web app on mobile. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging with latest master Created 5 years, 6 months 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
Index: chrome/test/data/banners/manifest_test_page.html
diff --git a/chrome/test/data/banners/manifest_test_page.html b/chrome/test/data/banners/manifest_test_page.html
index b2ba329a82324d17606d4486a2b8a5cfef28cd77..8a0fc727bbc573f06f42cf8ee291988aa08283d0 100644
--- a/chrome/test/data/banners/manifest_test_page.html
+++ b/chrome/test/data/banners/manifest_test_page.html
@@ -3,8 +3,9 @@
<title>Web app banner test page</title>
<link rel="manifest" href="manifest.json" />
<script src="main.js"></script>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body onload="initialize()">
Do-nothing page with a service worker.
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698