[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / images / image-map-anchor-children.html
1 <img src="resources/boston.gif" usemap="#map1"/>
2
3 <map id="map1">
4     <br>
5     <a href="resources/Johnh_small.gif">John Hancock</a> | 
6     <a href="resources/Nokia_House_Boston_small.gif" shape="rect" coords="120,0,360,149">Nokia</a> |
7     <a href="resources/Downtown_Boston_small.gif" shape="rect" coords="362,0,478,149">Downtown</a>
8 </map>