Linux: Depend on liberation-fonts package for RPMs.
[chromium-blink-merge.git] / chrome / test / data / android / url_overriding / navigation_with_fallback_url.html
blob330e7409c803e4760d38d0404d6b4c09a48a6574
1 <!DOCTYPE html>
2 <html>
3 <!--
5 Copyright (c) 2015 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file.
9 -->
10 <head>
11 <meta name="viewport"
12 content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
13 <script>
14 function openApp() {
15 location.href = 'intent://test/#Intent;scheme=test;package=com.chrome.test;S.browser_fallback_url=http%3A%2F%2Flocalhost%3A8000%2Fchrome%2Ftest%2Fdata%2Fandroid%2Furl_overriding%2Fhello.html;end';
17 </script>
18 </head>
19 <body style='height:10000px;' onclick='openApp();'>
20 Click page to open App!!
21 </body>
22 </html>