summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/download_page3.html
blob: 2037253e9f77c137ed7b2a6096e825f512483f9a (plain)
1
2
3
4
5
6
7
8
9
<script>
function openNew() {
  var download = "http://"+window.location.host+"/download-test1.lib";
  var w = window.open(download);
}
</script>
<body>
	<button onclick="openNew()">click me</button>
</body>