chromium/content/test/data/accessibility/html/malformed-map.html

<!doctype HTML>
<map name=map1>
    <button autofocus>
        <code style='display: list-item'></code>
    </button>
</map>
<img src='exists.gif' usemap='#map1'>