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

<!DOCTYPE html>
<html>
<head>
  <script>
    window.location = 'intent://test/#Intent;scheme=externalappscheme;end';
  </script>
</head>
<body>
  Welcome to Hello.
</body>
</html>