chromium/chrome/test/data/download_script.html

<!-- Script that starts a download when invoked. -->
<script>
function startDownload() {
  window.location.href = 'download-test1.lib';
  return true;
}
</script>
<body>
</body>