Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
mac
/
methods
/
accessibility-header.html
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>