diff options
Diffstat (limited to 'chrome/test/data/download_page3.html')
-rw-r--r-- | chrome/test/data/download_page3.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/test/data/download_page3.html b/chrome/test/data/download_page3.html new file mode 100644 index 0000000..2037253 --- /dev/null +++ b/chrome/test/data/download_page3.html @@ -0,0 +1,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>
\ No newline at end of file |