blob: 5d375d97284a90ce1dfa738938ee72bba44c0aa5 [file] [log] [blame]
<!--
@SCRIPT:
table.accessibilityRowHeaderUIElements
rowheader.accessibilityRowHeaderUIElements
cell.accessibilityRowHeaderUIElements
columnheader1.accessibilityRowHeaderUIElements
columnheader2.accessibilityRowHeaderUIElements
-->
<!DOCTYPE html>
<table id="table" border=1>
<tr>
<th id="columnheader1">columnheader1</th>
<th id="columnheader2">columnheader2</th>
</tr>
<tr>
<th id="rowheader">rowheader</th>
<td id="cell">cell</td>
</tr>
</table>