1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

content / test / data / accessibility / html / area.html [blame]

<!--
@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>