chromium/chrome/test/data/load_image/image_with_map.html

<img alt="placeholder_text" src="image.png" usemap="#imgmap" width="50" height="50" />
<map name="imgmap">
    <area shape="rect" coords="0,0,30,30" alt="top_left_corner" />
</map>