NEW 212202
[GTK][WPE] fast/scrolling/ tests timing out due to missing EventSender functionality
https://bugs.webkit.org/show_bug.cgi?id=212202
Summary [GTK][WPE] fast/scrolling/ tests timing out due to missing EventSender functi...
Zan Dobersek
Reported 2020-05-21 05:27:56 PDT
The following layout tests under fast/scrolling/ are timing out for WPE since being enabled: - fast/scrolling/arrow-key-scroll-in-rtl-document.html - fast/scrolling/iframe-scrollable-after-back.html - fast/scrolling/momentum-scroll-with-borders.html - fast/scrolling/overflow-scroll-past-max.html - fast/scrolling/overflow-scrollable-after-back.html - fast/scrolling/programmatic-scroll-to-zero-zero.html - fast/scrolling/rtl-point-in-iframe.html There's scrolling-related functionality in EventSender that's missing and that would benefit these tests when implemented.
Attachments
Diego Pino
Comment 1 2020-05-21 15:15:59 PDT
*** Bug 208630 has been marked as a duplicate of this bug. ***
Simon Fraser (smfr)
Comment 2 2020-05-21 15:44:56 PDT
Probably need to make WheelEventTestMonitor work.
Lauro Moura
Comment 3 2021-03-16 19:29:35 PDT
fast/events/wheel/redispatched-wheel-event.html Added in r274091, also requiring this functionality.
Lauro Moura
Comment 4 2022-03-14 20:37:52 PDT
fast/scrolling/overflow-scrollable-after-back.html After 245566@main, through UIHelper.mouseWheelScrollAt which in turn uses eventSender.callAfterScrollingCompletes().
Note You need to log in before you can comment on or make changes to this bug.