- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / url_handlers / common / mismatching_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 Mismatching link target loaded
10 </title>
11 </head>
12 <body>
13 I am a target of a remote link.
14 The handler app should NOT launch with me, even when it is installed,
15 because my URL does not match its url_handlers.
16 I should always be loaded in the current tab or opened in a new tab instead.
17 </body>
18 </html>