Index: chrome/test/data/banners/play_app_test_page.html |
diff --git a/chrome/test/data/banners/manifest_test_page.html b/chrome/test/data/banners/play_app_test_page.html |
similarity index 62% |
copy from chrome/test/data/banners/manifest_test_page.html |
copy to chrome/test/data/banners/play_app_test_page.html |
index b2ba329a82324d17606d4486a2b8a5cfef28cd77..459d19cd0b896d0c21b733161e87afe178840713 100644 |
--- a/chrome/test/data/banners/manifest_test_page.html |
+++ b/chrome/test/data/banners/play_app_test_page.html |
@@ -1,10 +1,9 @@ |
<html> |
<head> |
<title>Web app banner test page</title> |
- <link rel="manifest" href="manifest.json" /> |
- <script src="main.js"></script> |
+ <link rel="manifest" href="play_app_manifest.json" /> |
</head> |
<body onload="initialize()"> |
Do-nothing page with a service worker. |
</body> |
-</html> |
+</html> |