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

<!DOCTYPE html>
<html>
<!--
Intent URI example taken from crbug.com/1056754 with package modification here.
-->
<head>
    <meta name="viewport"
          content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
    <script>
    function openApp() {
      window.location = 'intent://PARAM_FALLBACK_URL#Intent;package=org.chromium.chrome.tests;action=android.intent.action.VIEW;scheme=https;S.android.support.customtabs.extra.SESSION=;end;';
    };
  </script>
</head>
<body style='height:10000px;' onclick='openApp();'>
Click page to open App!!
</body>
</html>