Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <html> | 1 <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
| |
| 2 <head> | 2 <head> |
| 3 <title>Web app banner test page</title> | 3 <title>Web manifest upgrade detector test page</title> |
| 4 <link rel="manifest" href="manifest.json" /> | 4 <link rel="manifest" href="manifest.json" /> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 Do-nothing page with a manifest. | 7 Do-nothing page with a manifest. |
| 8 </body> | 8 </body> |
| 9 </html> | 9 </html> |
| OLD | NEW |