gecko/layout/reftests/table-bordercollapse/bc_borderoffset2.html

19 lines
319 B
HTML

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