1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / accessibility / aria / aria-menuitem-in-group.html [blame]

<!--
@WIN-ALLOW:xml-roles*
-->
<html>
  <body>
    <div role="group">
      <div tabindex="0" role="menuitem">Menu item</div>
    </div>
  </body>
</html>