1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22

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

<!--
@BLINK-ALLOW:description*
@BLINK-ALLOW:inputType=*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:xml-roles:*
@WIN-ALLOW:description*
@WIN-ALLOW:text-input-type*
@AURALINUX-ALLOW:text-input-type*
@AURALINUX-ALLOW:xml-roles:*
@AURALINUX-ALLOW:description*
@UIA-WIN-ALLOW:FullDescription*
@MAC-ALLOW:AXDescription
@MAC-ALLOW:AXHelp
-->
<!DOCTYPE html>
<html>
  <body>
    <input type="button" value="Button">
    <!-- If there's already a name, then the value should become the description -->
    <input type="button" aria-label="Name" value="Description">
  </body>
</html>