ladybird/Tests/LibWeb/Layout/input/table/stretch-to-fixed-height.html
2025-05-04 11:23:17 +02:00

11 lines
No EOL
160 B
HTML

<!DOCTYPE html>
<style>
table {
border: 1px solid black;
height: 100px;
padding: 10px;
}
</style>
<table>
<tr></tr>
</table>