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

<html>
  <head>
    <meta http-equiv="refresh" content="0;URL='intent:PARAM_URL#Intent;action=android.intent.action.VIEW;scheme=https;package=com.other.browser;end'" />
    <script></script>
  </head>
  <body>
    Redirecting...
  </body>
</html>