1
0
Fork 0
firefox/testing/web-platform/tests/css/css-tables/min-height-table-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
282 B
HTML

<!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>