- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / url_handlers / common / target.html
1 <!--
2  * Copyright (c) 2012 The Chromium Authors. All rights reserved.  Use of this
3  * source code is governed by a BSD-style license that can be found in the
4  * LICENSE file.
5 -->
6 <html>
7 <head>
8 <title>
9 Link target loaded
10 </title>
11 </head>
12 <body>
13 I am a target of a remote link.
14 The handler app should launch with me, when it is installed.
15 I will be opened in a new tab, if it isn't or redirection fails.
16 </body>
17 </html>