chromium/chrome/test/data/android/renderer_initiated/renderer_initiated.html

<script type="text/javascript">
function launchUrlLoadIntent() {
    top.location = 'URL'
}
</script>
<body onLoad="setTimeout('launchUrlLoadIntent()', 0);">
    This page will launch an intent to load "URL".
</body>