| Index: chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/main.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/common/main.html b/chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/main.html
|
| similarity index 61%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/common/main.html
|
| copy to chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/main.html
|
| index 015a31e8daef18d96d87b1f1c2ff1314fcf0ddc8..6021e8230dc3b57eb32774f52961ce1da55f4118 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/common/main.html
|
| +++ b/chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/main.html
|
| @@ -5,7 +5,8 @@
|
| -->
|
| <html>
|
| <body>
|
| - <script src="utils.js"></script>
|
| - <script src="main.js"></script>
|
| +<div>I'm the app's main window page.
|
| +I will download an HTML page using XMLHttpRequest.</div>
|
| +<script src="download.js"></script>
|
| </body>
|
| </html>
|
|
|