1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><title>Test Download Multiple files Infobar.
</title>
4 function RedirectToDangerous() {
5 filename
= window
.location
.search
.split("?")[1];
6 window
.location
.href
= filename
;
11 <body onload=
"RedirectToDangerous();">
13 Should trigger download for an unsafe/dangerous file type.
<br>
14 Filename should be passed as query string.