1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19

content / test / data / accessibility / aria / aria-togglebutton.html [blame]

<!--
@WIN-DENY:name*
@WIN-ALLOW:STATE_SYSTEM_*
@MAC-ALLOW:AXRoleDescription=*
@AURALINUX-ALLOW:checked
@AURALINUX-DENY:checkable
@AURALINUX-ALLOW:checkable:*
@AURALINUX-ALLOW:indeterminate
@AURALINUX-ALLOW:pressed
@AURALINUX-ALLOW:xml-roles:*
-->
<html>
<body>
<div tabindex=0 role="button">Regular button</div>
<div tabindex=0 role="button" aria-pressed="false">Toggle button</div>
<div tabindex=0 role="button" aria-pressed="true">Toggle button</div>
<div tabindex=0 role="button" aria-pressed="mixed">Toggle button</div>
</body>
</html>