mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Track table grid height stretched to the specified height and use it to set the final box height in TFC. Fixes #19563.
10 lines
144 B
HTML
10 lines
144 B
HTML
<style>
|
|
table {
|
|
border: 1px solid black;
|
|
height: 100px;
|
|
padding: 10px;
|
|
}
|
|
</style>
|
|
<table>
|
|
<tr></tr>
|
|
</table> |