[wpt-sync] Sync PR 49400 - Make flaky snap fling test fail quickly
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49400 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49400
Details from upstream follow.
David Awogbemila <awogbemila@chromium.org> wrote:
Make flaky snap fling test fail quickly
The flaky test in the linked bug appears to be timing out while waiting
for a scrollend event. This patch modifies the test to listen for
pointer events which signal whether or not a scroll is
happening and allows us to fail/bail early instead of wait for a
timeout.Bug: 380534434
Change-Id: I2d203cc44b93e8c4c83f9644748916c1d65acbf7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049312
Reviewed-by: Kevin Ellis \<kevers@chromium.org>
Commit-Queue: David Awogbemila \<awogbemila@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1388805}
Assignee | ||
Updated•7 days ago
|
Assignee | ||
Comment 1•7 days ago
|
||
Assignee | ||
Comment 2•7 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
TIMEOUT
: 2
Chrome
OK
: 1
PASS
: 1
Safari
TIMEOUT
: 2
Links
Details
New Tests That Don't Pass
- /css/css-scroll-snap/snap-fling-in-large-area.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- fling within a large area is not interrupted by scroll snap:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
)
- fling within a large area is not interrupted by scroll snap:
Comment 4•6 days ago
|
||
bugherder |
Description
•