Bug 208630
Summary: | REGRESSION(r257844): [GTK] Several scrolling tests are timing out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | Scrolling | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | simon.fraser, zalan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=212202 |
Diego Pino
Several scrolling related tests started timing out after r257844:
* compositing/fixed-with-main-thread-scrolling.html [ Timeout ]
* fast/scrolling/arrow-key-scroll-in-rtl-document.html [ Timeout ]
* fast/scrolling/overflow-scroll-past-max.html [ Timeout ]
* fast/scrolling/programmatic-scroll-to-zero-zero.html [ Timeout ]
* fast/scrolling/scroll-container-horizontally.html [ Timeout ]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
That suggests that the wheel event monitor isn't seeing any scrolling-related things happening.
Diego Pino
Also fast/scrolling/rtl-point-in-iframe.html since r261869.
Diego Pino
*** This bug has been marked as a duplicate of bug 212202 ***