| <!DOCTYPE html><!-- webkit-test-runner [ useFlexibleViewport=true ] --> |
| <meta name="viewport" content="width=device-width"> |
| <script src="/js-test-resources/ui-helper.js"></script> |
| testRunner.setShouldLogDownloadCallbacks(true); |
| testRunner.waitUntilDownloadFinished(); |
| <p>The suggested filename above should be "image.png" and the download should succeed.</p> |
| <a id="download-url" href="/css/resources/abe.png" download="image">Link with download attribute.</a> |
| if (!window.eventSender) { |
| alert('Click the link to run the test.'); |
| UIHelper.activateAt(elmt.offsetLeft + 5, elmt.offsetTop + 5); |
| var link = document.getElementById("download-url"); |