Linux: Depend on liberation-fonts package for RPMs.
[chromium-blink-merge.git] / chrome / test / data / android / url_overriding / navigation_from_timer.html
blobf8e2b1b65978772eaea13ceb27588decfa256b1c
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 function openHello() {
6 window.location = 'intent://test/#Intent;scheme=test;package=com.chrome.test;end';
7 };
9 setTimeout(openHello, 2000)
10 </script>
11 </head>
12 <body>
13 Welcome to Hello.
14 </body>
15 </html>