blob: 9a42ddf73950f88100c6750ee0527da0a0287768 [file] [log] [blame]
<!--
@MAC-ALLOW:AXIndex=*
@MAC-ALLOW:AXColumnIndexRange=*
@MAC-ALLOW:AXRowIndexRange=*
-->
<!-- Keep this in alignment with content/test/data/accessibility/mac/methods/accessibility-index-table.html -->
<!DOCTYPE html>
<html>
<head>
<title>Table example</title>
</head>
<body>
<table border=1>
<tr>
<th>Pair</th>
<th>Single</th>
</tr>
<tr>
<td>AB</td>
<td>B</td>
</tr>
<tr>
<td>CD</td>
<td>D</td>
</tr>
</table>
</body>
</html>