blob: 9aae8d023f84da22332314aea6e850fe5ecda907 [file] [log] [blame]
<!DOCTYPE html>
<!--
@WIN-DENY:name*
@WIN-ALLOW:PRESSED
@WIN-ALLOW:MIXED
@WIN-ALLOW:checkable:true
@MAC-ALLOW:AXSubrole=*
@MAC-ALLOW:AXRoleDescription=*
-->
<html>
<body>
<div tabindex=0 role="button">Regular button</div>
<div tabindex=1 role="button" aria-pressed="false">Toggle button unpressed</div>
<div tabindex=2 role="button" aria-pressed="true">Toggle button pressed</div>
<div tabindex=3 role="button" aria-pressed="mixed">Toggle button mixed</div>
</body>
</html>