Chromium Code Reviews| Index: chrome/test/data/webapps/manifest_test_page_test_start_url_change.html |
| diff --git a/chrome/test/data/webapps/manifest_test_page.html b/chrome/test/data/webapps/manifest_test_page_test_start_url_change.html |
| similarity index 66% |
| copy from chrome/test/data/webapps/manifest_test_page.html |
| copy to chrome/test/data/webapps/manifest_test_page_test_start_url_change.html |
| index 2efa47145c081094c019fd01153b227881e91c9a..3fa2aa0cf879e3fc6e27b44fe058090cf231cfcb 100644 |
| --- a/chrome/test/data/webapps/manifest_test_page.html |
| +++ b/chrome/test/data/webapps/manifest_test_page_test_start_url_change.html |
| @@ -1,9 +1,9 @@ |
| <html> |
|
pkotwicz
2016/07/25 17:35:53
It should be possible to delete this file now?
Xi Han
2016/07/25 20:01:38
I am afraid not, the test testStartUrlChangeShould
pkotwicz
2016/07/25 22:32:08
You are right. You need the test page for your tes
|
| <head> |
| - <title>Web app banner test page</title> |
| + <title>Web manifest upgrade detector test page</title> |
| <link rel="manifest" href="manifest.json" /> |
| </head> |
| <body> |
| Do-nothing page with a manifest. |
| </body> |
| -</html> |
| +</html> |