summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/bordercolor-1.html
blob: 587b514dd9fe87d62ae021825e92d601df985312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html public "-//w3c//dtd html 3.2//en">

<html>

<head>
<title>bordercolor</title>
</head>

<body >
<table border="1" bordercolor="green">
<tr><td>c1</td></tr>
</table>


</body>

</html>