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

19 lines
301 B
HTML

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