summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/download_script.html
blob: 54b31e28b3ecf7bf16bc7fc2d01debcf1b5d7083 (plain)
1
2
3
4
5
6
7
8
9
<!-- Script that starts a download when invoked. -->
<script>
function startDownload() {
  window.location.href = 'download-test1.lib';
  return true;
}
</script>
<body>
</body>