1
    2
    3
    4
    5
    6
    7

content / test / data / accessibility / html / malformed-map.html [blame]

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