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
[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
html
/
table-simple.html
blob
8f5c53fddc9556f67e5f05495f07dd1d3af69f0a
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
</title>
10
</head>
11
<body>
12
13
<table
border=
1
>
14
<tr>
15
<th>
Pair
</th>
16
<th>
Single
</th>
17
</tr>
18
<tr>
19
<td>
AB
</td>
20
<td>
B
</td>
21
</tr>
22
<tr>
23
<td>
CD
</td>
24
<td>
D
</td>
25
</tr>
26
</table>
27
28
</body>
29
</html>