mirror of
https://github.com/servo/servo
synced 2026-05-11 09:26:59 +02:00
Previously when scroll offsets were restored to a new scroll tree post-layout or when receiving scroll offsets from the compositor, they were not clamped to the available scroll area. This change fixes that. Testing: This change fixes some WPT subtests. Signed-off-by: Martin Robinson <mrobinson@igalia.com>