2 <head><title>Download Test for
<a download
></title></head>
4 <a id='red-dot'
href=
"anchor_download_test.png" download='a_red_dot.png'
>Download Red Dot!
</a>
6 window
.setTimeout(function() {
7 var evt
= document
.createEvent("MouseEvent");
8 evt
.initMouseEvent('click', true, true);
9 document
.getElementById('red-dot').dispatchEvent(evt
);