chromium/content/test/data/accessibility/html/button.html

<!--
@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>