1
0
Fork 0
firefox/testing/web-platform/tests/css/css-tables/table-cell-overflow-explicit-height-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

17 lines
235 B
HTML

<!DOCTYPE html>
<style>
td {
border: 2px solid cyan;
}
.tall {
height: 300px;
background: blue;
border: 2px solid black;
}
</style>
<table border>
<td>
<div class="tall"></div>
Can you see this text?
</td>
</table>