blob: 0ae8d83f9871605c469c21d2db30ec77f574dc15 [file] [log] [blame]
<!--
@SCRIPT:
table.accessibilityColumnCount
-->
<!-- Keep this in alignment with content/test/data/accessibility/html/table-simple.html -->
<!DOCTYPE html>
<html>
<body>
<table border=1 id="table">
<tr id="row1">
<th>Pair</th>
<th>Single</th>
</tr>
<tr id="row2">
<td>AB</td>
<td>B</td>
</tr>
<tr id="row3">
<td>CD</td>
<td>D</td>
</tr>
</table>
</body>
</html>