chromium/chrome/test/data/android/url_overriding/navigation_from_timer_with_fallback.html

<!DOCTYPE html>
<html>
<head>
  <script>
    function openHello() {
      window.location = 'intent://test/#Intent;scheme=externalappscheme;S.browser_fallback_url=PARAM_FALLBACK_URL;end';
    };
    setTimeout(openHello, 2000)
  </script>
</head>
<body>
  Welcome to Hello.
</body>
</html>