diff options
Diffstat (limited to 'chrome/test/data/download_page2.html')
-rw-r--r-- | chrome/test/data/download_page2.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/data/download_page2.html b/chrome/test/data/download_page2.html new file mode 100644 index 0000000..9c6d0dd --- /dev/null +++ b/chrome/test/data/download_page2.html @@ -0,0 +1,8 @@ +<script> +function openNew() { + var w = window.open(); +} +</script> +<body> + <button onclick="openNew()">click me</button> +</body>
\ No newline at end of file |