Files
ladybird/Tests/LibWeb/Text/expected/fieldset-client-dimensions.txt
Jelle Raaijmakers 09be72f9e6 LibWeb: Calculate a <fieldset>'s client height correctly
We were not properly including the impact of the fieldset's legend in
the client height, which caused us to report values that were different
than those from other browsers.
2026-03-10 19:08:15 +00:00

5 lines
134 B
Plaintext

with legend: clientTop=2 clientHeight=44
no legend: clientTop=2 clientHeight=28
with legend: paddingTop=5px
no legend: paddingTop=5px