1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / accessibility / html / map-unused.html [blame]

<!-- Unused map/areas are not rendered, and will not show up in the hierarchy -->
<!DOCTYPE html>
<html>
<body>

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