1
    2
    3
    4
    5
    6
    7
    8

content / test / data / accessibility / html / input-image-with-title.html [blame]

<!--
@BLINK-ALLOW:inputType=*
-->
<html>
<body>
<input type="image" src="envelope.png" id="test" title="email"/>
</body>
</html>