chromium/content/test/data/accessibility/aria/aria-table.html

<!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:xml-roles*
@WIN-ALLOW:table*
-->
<!DOCTYPE html>
<html>
<body>
<div role="table">
  <div role="row">
    <span role="columnheader">Browser</span>
    <span role="columnheader">Rendering Engine</span>
  </div>
  <div role="row">
    <span role="cell">Chrome</span>
    <span role="cell">Blink</span>
  </div>
</div>
</body>
</html>