chromium/content/test/data/accessibility/html/col.html

<!--
@AURALINUX-ALLOW:
  table-cell-index*
@BLINK-ALLOW:
  *ColumnCount*
  *ColumnIndex*
@MAC-ALLOW:
  AXColumnIndexRange
  AXIndex
  AXRowIndexRange
@WIN-ALLOW:
  column_*
  row_*
  table*
-->
<!DOCTYPE html>
<html>
<body>
<table>
  <colgroup>
    <col span="1" style="background-color:blue">
    <col style="background-color:green">
  </colgroup>
  <tr>
    <th>Browser</th>
    <th>Rendering Engine</th>
  </tr>
  <tr>
    <td>Chrome</td>
    <td>Blink</td>
  </tr>
</table>

</body>
</html>