blob: 0c0e3f80f17ad89e1e0816a6669a31b52c15d37a [file] [log] [blame]
<!DOCTYPE HTML>
Test for https://crbug.com/606113: This test passes if it does not crash.<br>
<map name="imagemap">
<area id="area" shape="rect" coords="50,50,150,150" href="#dummy">
</map>
<img style="outline: 2px solid green;" width="200" height="200" usemap="#imagemap">
<script>
area.focus();
</script>