file_bug915962.html (412B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <button>Button</button> 5 <img src="green.png" usemap="#map"> 6 <map name="map"> 7 <!-- This URL ensures that the link doesn't get clicked, since 8 mochitests cannot access the outside network. --> 9 <area shape="rect" coords="0,0,10,10" href="https://youtube.com/"> 10 </map> 11 <div style="height: 20000px;" tabindex="-1"><hr></div> 12 </body> 13 </html>