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