1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

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

<!DOCTYPE html>
<html>
<body>
  <div role="grid">
    <div role="rowgroup">
  	  <div role="row"></div>
  	  <div role="row"></div>
  	</div>
  </div>
</body>
</html>