<!--
@WIN-DENY:name*
@WIN-ALLOW:PRESSED
@WIN-ALLOW:MIXED
@WIN-ALLOW:checkable:true
@MAC-ALLOW:AXRoleDescription=*
@AURALINUX-ALLOW:pressed
@AURALINUX-ALLOW:indeterminate
@AURALINUX-ALLOW:checked
@AURALINUX-DENY:checkable
@AURALINUX-ALLOW:checkable:*
-->
<!DOCTYPE html>
<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>