chromium/content/test/data/accessibility/mac/action/ax-press-button.html

<!--
@SCRIPT:
  button.AXPerformAction(AXPress)
  wait for AXFocusedUIElementChanged on AXButton
-->
<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<body>
<button id="button">Press Me</button>
</body>
</html>