summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/interaction/focus/the-autofocus-attribute/resources/imagemap.html
blob: fa3d95c81b433e8964a574148fb4310efe267082 (plain)
1
2
3
4
5
<!DOCTYPE html>
<body>
<img src="/media/poster.png" usemap="#map">
<map name="map"></map>
</body>