| Index: chrome/test/data/extensions/platform_apps/url_handlers/common/target.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/main.html b/chrome/test/data/extensions/platform_apps/url_handlers/common/target.html
|
| similarity index 57%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/shim/main.html
|
| copy to chrome/test/data/extensions/platform_apps/url_handlers/common/target.html
|
| index a85dd8ec0a8f59bf9aab01c18a4fc51bb4016e00..f1b3dfe3c9b4c31807401e6331fb154cf324918d 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/shim/main.html
|
| +++ b/chrome/test/data/extensions/platform_apps/url_handlers/common/target.html
|
| @@ -5,8 +5,8 @@
|
| -->
|
| <html>
|
| <body>
|
| - <div id="object-container"></div>
|
| -
|
| -<script src="main.js"></script>
|
| +I am a target of a remote link.
|
| +The handler app should launch with me, when it is installed.
|
| +I will be opened in a new tab, if it isn't or redirection fails.
|
| </body>
|
| </html>
|
|
|