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

Side by Side Diff: chrome/test/data/webapps/manifest_test_page.html

Issue 1310223002: webapps: initial addition of splash screen icon downloading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webapps-database-exp
Patch Set: Add tests and address comment Created 5 years, 3 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>
6 </head> 5 </head>
7 <body onload="initialize()"> 6 <body>
gone 2015/09/01 18:33:52 You took out the service worker, right? Update th
Lalit Maganti 2015/09/01 19:45:52 Done.
8 Do-nothing page with a service worker. 7 Do-nothing page with a service worker.
9 </body> 8 </body>
10 </html> 9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698