mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Fix scrolling on root element
eca0acf459
uncovered a bug in the way that the scrolling area of `window` was calculated and broke scrolling on the root element. This change does two things in order to fix that: 1. Does a partial revert ofeca0acf459
in order to get scrolling from script working again on the window object. 2. Has the compositor always generate a frame for scrolls starting from script and waits for them. This is speculative fix for flakiness in root scrolling tests on CI.
This commit is contained in:
parent
121b2c9871
commit
edeb24b30f
15 changed files with 55 additions and 20 deletions
|
@ -1,2 +0,0 @@
|
|||
[scroll_root.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue