summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/DownloadRequestOriginalURL.html
blob: 61447c2fddbc0528f373d474d042670335d3d022 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<body>
<a id="href" href="simple.html">download</a>
<script>
    var element = document.getElementById("href");
    element.click();
</script>
</body>
</html>