Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[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>