| Index: chrome/test/data/banners/manifest_bad_icon_test_page.html
|
| diff --git a/chrome/test/data/banners/manifest_short_name_only_test_page.html b/chrome/test/data/banners/manifest_bad_icon_test_page.html
|
| similarity index 75%
|
| copy from chrome/test/data/banners/manifest_short_name_only_test_page.html
|
| copy to chrome/test/data/banners/manifest_bad_icon_test_page.html
|
| index 850201e5c6276f29964c2713bc9683bce54aa95d..e19ce18330499f431d966f7a8fb36aab6a5e3cd6 100644
|
| --- a/chrome/test/data/banners/manifest_short_name_only_test_page.html
|
| +++ b/chrome/test/data/banners/manifest_bad_icon_test_page.html
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| <head>
|
| <title>Web app banner test page</title>
|
| - <link rel="manifest" href="manifest_short_name_only.json" />
|
| + <link rel="manifest" href="manifest_bad_icon.json" />
|
| <script src="main.js"></script>
|
| </head>
|
| <body onload="initialize()">
|
|
|