Mypal/layout/reftests/table-bordercollapse/bc_borderradius-ref.html

18 lines
234 B
HTML

<!DOCTYPE html>
<style>
table {
border-collapse: collapse;
}
td {
background-color: rgb(0, 255, 0);
margin-bottom: 10px;
height: 100px;
width:100px;
}
</style>
<table>
<tr>
<td></td>
</tr>
</table>