Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git] / chrome / test / data / download-anchor-attrib.html
blob7faf4169a0f39d2d73bf23a37e0bf2f03e1a4cc9
1 <html>
2 <head><title>Download Test for &lt;a download&gt;</title></head>
3 <body>
4 <a id='red-dot' href="anchor_download_test.png" download='a_red_dot.png'>Download Red Dot!</a>
5 <script>
6 window.setTimeout(function() {
7 var evt = document.createEvent("MouseEvent");
8 evt.initMouseEvent('click', true, true);
9 document.getElementById('red-dot').dispatchEvent(evt);
10 }, 0);
11 </script>
12 </body>
13 </html>