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

Side by Side 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: Restoring a lost nullptr check 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Web app banner test page</title> 3 <title>Web app banner test page</title>
4 <link rel="manifest" href="manifest.json" /> 4 <link rel="manifest" href="manifest.json" />
5 <script src="main.js"></script> 5 <script src="main.js"></script>
6 <meta name="viewport" content="width=device-width, initial-scale=1">
6 </head> 7 </head>
7 <body onload="initialize()"> 8 <body onload="initialize()">
8 Do-nothing page with a service worker. 9 Do-nothing page with a service worker.
9 </body> 10 </body>
10 </html> 11 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/banners/cancel_test_page.html ('k') | chrome/test/data/banners/no_meta_viewport_test_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698