blob: 05533216d291c0ae3b52502db110c87bf8f798e6 [file] [log] [blame]
<!doctype html>
<title>CSS test reference</title>
<style>
td {
padding: 0;
}
table {
border-spacing: 0;
border: 1px solid black;
background: green;
padding: 5px;
}
div {
width: 300px;
height: 300px;
}
</style>
<table>
<tr>
<td><div></div></td>
</tr>
</table>