chromium/content/test/data/accessibility/html/area.html

<!--
@MAC-ALLOW:AXRoleDescription
@MAC-ALLOW:AXDescription
@WIN-ALLOW:LINKED
-->
<!DOCTYPE html>
<html>
<body>

<img src="pipe.jpg" width="145" height="126" alt="pipe" usemap="#pipe">
<map name="pipe">
  <area shape="rect" coords="0,0,145,126" alt="pipe1" href="fake.htm">
  <area shape="rect" coords="0,0,145,126" alt="pipe2">
</map>

</body>
</html>