Bug 212202
Summary: | [GTK][WPE] fast/scrolling/ tests timing out due to missing EventSender functionality | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dpino, lmoura, simon.fraser |
Priority: | P2 | Keywords: | LayoutTestFailure |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=208630 |
Zan Dobersek
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
*** Bug 208630 has been marked as a duplicate of this bug. ***
Simon Fraser (smfr)
Probably need to make WheelEventTestMonitor work.
Lauro Moura
fast/events/wheel/redispatched-wheel-event.html
Added in r274091, also requiring this functionality.
Lauro Moura
fast/scrolling/overflow-scrollable-after-back.html
After 245566@main, through UIHelper.mouseWheelScrollAt which in turn uses eventSender.callAfterScrollingCompletes().