mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Blink, WebKit, and Gecko round the border-box geometry that feeds offsetWidth and offsetHeight instead of truncating it. Do the same in HTMLElement so these CSSOM View APIs match interop behavior for fractional sizes. This also updates the two local text expectations that changed because they observe the rounded values.