tenfourfox/layout/reftests/table-bordercollapse/bc_borderoffset2_ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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:32px">cell 1</td>
</tr>
</table>
</body>
</html>