[wpt-sync] Sync PR 45749 - [css-scroll-snap-2] Avoid snap events for scrolls in non-snapping axes
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45749 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45749
Details from upstream follow.
David Awogbemila <awogbemila@chromium.org> wrote:
[css-scroll-snap-2] Avoid snap events for scrolls in non-snapping axes
This patch makes sure that scrolls that happen in an axis which does
not snap does not incorrectly trigger scrollend events.Bug: 331267432
Change-Id: Icb64cefa8eda2720a768104effcfca88f6b7f2c1
Reviewed-on: https://chromium-review.googlesource.com/5458737
WPT-Export-Revision: 045fc0a9c7150f47a78bcc43df5ddb637f0ce579
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
PASS : 1
TIMEOUT: 2
Chrome
OK : 1
PASS : 1
FAIL : 1
Safari
TIMEOUT: 2
NOTRUN : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-scroll-snap-2/snapchanged/snapchanged-scrolling-non-snapping-axis.tentative.html [wpt.fyi]:
TIMEOUT(Chrome:OK, Safari:TIMEOUT)- wheel scroll on non-snapping axis doesn't trigger snapchanged:
TIMEOUT(Chrome:PASS, Safari:NOTRUN)
- wheel scroll on non-snapping axis doesn't trigger snapchanged:
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e4c890094af5
https://hg.mozilla.org/mozilla-central/rev/e0f1a4acf955
Description
•