**Describe the bug:** 1. Load the following HTML: ```html <!DOCTYPE html> <div style="overflow: scroll; width: 150px; height: 150px; outline: solid;"> <div id=target style="position: absolute; background: green; width: 50px; height: 50px">hi</div> </div> ``` 2. Move the mouse outside and inside the Servo window. 3. Observe that the absolutely positioned `<div>` moves around. The `<div>`s offsets keep increasing in the flow tree output. Curiously, reloading prevents this bug from happening. Video: https://github.com/user-attachments/assets/a6d5853a-a95f-4aa6-a3a6-e3e9a878b419