Home | History | Annotate | Download | only in accessibility
      1 <!--
      2 @WIN-DENY:name*
      3 -->
      4 <html>
      5 <body>
      6 <div tabindex=0 role="button">Regular button</div>
      7 <div tabindex=0 role="button" aria-pressed="false">Toggle button</div>
      8 </body>
      9 </html>
     10