mirror of
https://github.com/servo/servo
synced 2026-05-11 01:22:19 +02:00
This fixes the combination of `background-attachment: fixed` and `no-repeat`. The positioning of the background should be relative to the viewport, so using an infinite rectangle breaks things like `center`. I'm not sure what the original motivation of using an infinite rectangle here and it doesn't seem to break any tests to stop using it. Testing: This fixes `/css/CSS2/backgrounds/background-bg-pos-206.xht`. Fixes #37082. Signed-off-by: Martin Robinson <mrobinson@igalia.com>