blob: 89b8e4d8a2605c003861b6d33188ffadf405099d [file] [log] [blame]
<!--
@SCRIPT:
row1.accessibilityIndex
row2.accessibilityIndex
row3.accessibilityIndex
-->
<!-- Keep this in alignment with content/test/data/accessibility/html/table-simple.html -->
<!DOCTYPE html>
<html>
<body>
<table border=1>
<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>