1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13

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

<!--
@BLINK-ALLOW:hierarchicalLevel*
@MAC-ALLOW:AXSelectedChildren
@MAC-ALLOW:AXVisibleChildren
-->
<html>
<body>
<div role="list">
  <div aria-label="1" role="listitem">Item 1</div>
  <div aria-label="2" role="listitem">Item 2</div>
</div>
</body>
</html>