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

Unified 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, 4 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/webapps/manifest_test_page.html
diff --git a/chrome/test/data/banners/manifest_test_page.html b/chrome/test/data/webapps/manifest_test_page.html
similarity index 52%
copy from chrome/test/data/banners/manifest_test_page.html
copy to chrome/test/data/webapps/manifest_test_page.html
index b2ba329a82324d17606d4486a2b8a5cfef28cd77..77dfb173d4f7674965df8b93c99d48259bcb89a8 100644
--- a/chrome/test/data/banners/manifest_test_page.html
+++ b/chrome/test/data/webapps/manifest_test_page.html
@@ -2,9 +2,8 @@
<head>
<title>Web app banner test page</title>
<link rel="manifest" href="manifest.json" />
- <script src="main.js"></script>
</head>
- <body onload="initialize()">
- Do-nothing page with a service worker.
+ <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.
+ Do-nothing page with a service worker.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698