| Index: chrome/test/data/banners/play_app_test_page.html
|
| diff --git a/chrome/test/data/banners/play_app_test_page.html b/chrome/test/data/banners/play_app_test_page.html
|
| index 459d19cd0b896d0c21b733161e87afe178840713..deb4852e59edee0d798f8064302a574fbd92dc08 100644
|
| --- a/chrome/test/data/banners/play_app_test_page.html
|
| +++ b/chrome/test/data/banners/play_app_test_page.html
|
| @@ -1,9 +1,9 @@
|
| <html>
|
| <head>
|
| - <title>Web app banner test page</title>
|
| + <title>Native app banner test page</title>
|
| <link rel="manifest" href="play_app_manifest.json" />
|
| </head>
|
| - <body onload="initialize()">
|
| - Do-nothing page with a service worker.
|
| + <body>
|
| + Do-nothing page with a manifest requesting a native app banner.
|
| </body>
|
| </html>
|
|
|