summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/prerender/prerender_download_location.html
blob: ff6d2ae849592bf04dafa259e6283f458657e1ab (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <head><title>Prerender download test - location</title>
  <script>
    setTimeout(
      function() {
        window.location = '../download-test1.lib';
      }, 1000);
  </script>
  </head>
  <body></body>
</html>