summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-area-element/resources/area-download-click.html
blob: c0679f8233d9383c93a45707a08edc7611ec3f5b (plain)
1
2
3
4
5
<!doctype html>
<img src="/images/threecolors.png" usemap="#x" id="img" width="300" height="300">
<map name="x">
  <area id="blob-url" download="foo.html" coords="0,0,300,300">
</map>