repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
html
/
table-th-rowheader.html
blob
a24a04b05713f82fe6d635cc93b09dd1dd51fce7
1
<!--
2
@MAC-ALLOW:AXIndex=*
3
@MAC-ALLOW:AXColumnIndexRange=*
4
@MAC-ALLOW:AXRowIndexRange=*
5
-->
6
<!DOCTYPE
html
>
7
<html>
8
<head>
9
<title>
Table example - th rowheader
</title>
10
</head>
11
<body>
12
13
<table
border=
1
>
14
<tr>
15
<th>
Firstname
</th>
16
<td>
Jill
</td>
17
</tr>
18
<tr>
19
<th>
Lastname
</th>
20
<td>
Smith
</td>
21
</tr>
22
</table>
23
24
</body>
25
</html>