mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
We were not following the specification for computing the values of the content rect. Additionally, any non-content-box observer would get confused because we never stored the correct size, leading to infinite notifications when the latest size didn't match the last observed size. Testing: Various tests now pass. Fixes: #32549 Fixes: #40107 --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>