Update broken references to image assets
[chromium-blink-merge.git] / content / test / data / accessibility / html / area.html
blobda3a7c4538a4e17c2e7016d0eec410dd4ebd3994
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXDescription*
4 @WIN-ALLOW:LINKED
5 -->
6 <!DOCTYPE html>
7 <html>
8 <body>
10 <img src="pipe.jpg" width="145" height="126" alt="pipe" usemap="#pipe">
11 <map name="pipe">
12 <area shape="rect" coords="0,0,145,126" alt="pipe1" href="fake.htm">
13 <area shape="rect" coords="0,0,145,126" alt="pipe2">
14 </map>
16 </body>
17 </html>