1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Tests/LibWeb/Layout/input/table/stretch-to-fixed-height.html
Andi Gallo 8e52d1125d LibWeb: Take specified height into account for automatic table height
Track table grid height stretched to the specified height and use it to
set the final box height in TFC.

Fixes #19563.
2023-06-23 06:24:08 +02:00

10 lines
No EOL
144 B
HTML

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