mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
The clip for overflow:scroll clip was not including the space for padding, which could lead to some content being clipped when it shouldn't. This changes fixes that issue. A test is skipped because this fix also stops hiding a failure due to mispositioned text. Fixes #16576.