1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

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

<!--
@UIA-WIN-ALLOW:LocalizedControlType='button'
@MAC-ALLOW:AXRoleDescription=*
@WIN-ALLOW:ia2_hypertext=*
-->
<!DOCTYPE html>
<html>
<body>
  <button type="button" onclick="alert('Hello user!')">Click me!</button>
</body>
</html>