Closed
Bug 1797660
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 36681 - Scrollend will not fire when no scrolling occurs
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
109 Branch
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36681 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36681
Details from upstream follow.
Dan Robertson <drobertson@mozilla.com> wrote:
Scrollend will not fire when no scrolling occurs
If the scroll position does not change, no scrollend event is fired following a scroll. Update the scrollend tests to reflect this.
Related to: https://github.com/w3c/csswg-drafts/issues/7927
| Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a11a0ef133309d1042f1898d5140cb0732c421ae
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL : 1
TIMEOUT: 2
Chrome
OK : 1
FAIL : 1
Safari
TIMEOUT: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /dom/events/scrolling/scrollend-event-fired-to-element-with-overscroll-behavior.html [wpt.fyi]:
OK[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-isolated-process-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows10-32-2004-qr-debug,Gecko-windows10-64-2004-qr-debug],TIMEOUT[Gecko-linux1804-64-qr-opt,Gecko-windows10-32-2004-qr-opt,Gecko-windows10-64-2004-qr-opt,GitHub] (Chrome:OK, Safari:TIMEOUT)- Tests that the last element in the cut scroll chain gets scrollend event when no element scrolls by touch.:
FAIL[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-isolated-process-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-windows10-32-2004-qr-debug,Gecko-windows10-64-2004-qr-debug],TIMEOUT[Gecko-linux1804-64-qr-opt,Gecko-windows10-32-2004-qr-opt,Gecko-windows10-64-2004-qr-opt,GitHub] (Chrome:FAIL, Safari:TIMEOUT)
- Tests that the last element in the cut scroll chain gets scrollend event when no element scrolls by touch.:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7f7d445d2553
[wpt PR 36681] - Scrollend will not fire when no scrolling occurs, a=testonly
Comment 4•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•