aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/mozilla
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2023-05-03 17:22:39 +0200
committerMartin Robinson <mrobinson@igalia.com>2023-05-05 12:42:02 +0200
commitedeb24b30fafae80ecd2f79be279d0cf99104d47 (patch)
treee75c6311326005b8f4e32408c0b82bdee1837e41 /tests/wpt/mozilla
parent121b2c987108aa7ccb5e2b3d1997b0d4d4c81d82 (diff)
downloadservo-edeb24b30fafae80ecd2f79be279d0cf99104d47.tar.gz
servo-edeb24b30fafae80ecd2f79be279d0cf99104d47.zip
Fix scrolling on root element
eca0acf4598c173c71765b961bd2079c0bb48cd2 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 of eca0acf4598c173c71765b961bd2079c0bb48cd2 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.
Diffstat (limited to 'tests/wpt/mozilla')
-rw-r--r--tests/wpt/mozilla/meta/mozilla/scroll_root.html.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/wpt/mozilla/meta/mozilla/scroll_root.html.ini b/tests/wpt/mozilla/meta/mozilla/scroll_root.html.ini
deleted file mode 100644
index ef9d00edd6e..00000000000
--- a/tests/wpt/mozilla/meta/mozilla/scroll_root.html.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[scroll_root.html]
- expected: FAIL