gecko/layout/reftests/table-bordercollapse/bc_borderoffset2_ref.html
2010-01-27 15:46:49 -08:00

21 lines
320 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
td {width: 100px; text-align:center}
caption {border:solid 4px green}
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0"><caption>caption</caption>
<tr>
<td style="border:solid 4px orange; width:102px; height:34px">cell 1</td>
</tr>
</table>
</body>
</html>