1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

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

<!--
@BLINK-ALLOW:default
@BLINK-ALLOW:inputType=*
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:DEFAULT
@WIN-ALLOW:xml-roles*
@WIN-ALLOW:text-input-type*
@AURALINUX-ALLOW:text-input-type:*
@AURALINUX-ALLOW:default
@AURALINUX-ALLOW:xml-roles*
-->
<!DOCTYPE html>
<html>
<body id="body">
    <input type="image" alt="Submit" src="greenbox.png" width=100 height=100>
</body> 
</html>