| Index: chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/target.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/newwindow/newwindow.html b/chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/target.html
|
| similarity index 81%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/newwindow/newwindow.html
|
| copy to chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/target.html
|
| index 5c6b9de87723eecf650b387da85204c2d3cb8999..fc8a565878b8af643b16f0143aa2560e7d036628 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/newwindow/newwindow.html
|
| +++ b/chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/target.html
|
| @@ -5,6 +5,6 @@
|
| -->
|
| <html>
|
| <body>
|
| - <webview></webview>
|
| +<div>I'm a page to be downloaded via XHR</div>
|
| </body>
|
| </html>
|
|
|