mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
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.
5 lines
134 B
Plaintext
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
|