[wpt-sync] Sync PR 37412 - Fix scrollend-event-for-user-scroll test
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37412 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37412
Details from upstream follow.
Kevin Ellis <kevers@google.com> wrote:
Fix scrollend-event-for-user-scroll test
Addresses the following issues:
- Mouse drag on an element should not trigger a scroll.
Switched to touch drag.- Coordinate system was incorrect resulting in offsets that did not
align with the intended target.- Missing a mouse wheel test.
- Using a timeout measured in frames, which varies across test
environments.- Added helper methods to avoid needless code duplication.
- Marked which methods should be deprecated in scroll_support.js
Bug: 1088280
Change-Id: I3ad850bf5d3dd07b2ededf540853553cd70cbf04
Reviewed-on: https://chromium-review.googlesource.com/4089363
WPT-Export-Revision: c31f19f628df8ec0fd093d79b80d52ea58b99d20
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 16 tests and 3 subtests
Status Summary
Firefox
OK
: 4
PASS
: 10
FAIL
: 1
TIMEOUT
: 16
ERROR
: 4
NOTRUN
: 1
Chrome
OK
: 12
PASS
: 19
FAIL
: 1
ERROR
: 4
Safari
OK
: 2
PASS
: 3
FAIL
: 8
TIMEOUT
: 20
ERROR
: 4
NOTRUN
: 4
Links
Details
New Tests That Don't Pass
- /dom/events/scrolling/overscroll-deltas.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Tests that the document gets overscroll event with right deltaX/Y attributes.:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
)
- Tests that the document gets overscroll event with right deltaX/Y attributes.:
- /dom/events/scrolling/overscroll-event-fired-to-document.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Tests that the document gets overscroll event when no element scrolls after touch scrolling.:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
)
- Tests that the document gets overscroll event when no element scrolls after touch scrolling.:
- /dom/events/scrolling/overscroll-event-fired-to-element-with-overscroll-behavior.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Tests that the last element in the cut scroll chain gets overscroll event when no element scrolls by touch.:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
)
- Tests that the last element in the cut scroll chain gets overscroll event when no element scrolls by touch.:
- /dom/events/scrolling/overscroll-event-fired-to-scrolled-element.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /dom/events/scrolling/overscroll-event-fired-to-window.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Tests that the window gets overscroll event when no element scrollsafter touch scrolling.:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
)
- Tests that the window gets overscroll event when no element scrollsafter touch scrolling.:
- /dom/events/scrolling/scrollend-event-fired-after-sequence-of-scrolls.tentative.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /dom/events/scrolling/scrollend-event-fired-after-snap.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Tests that scrollend is fired after scroll snap animation completion.:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
) - Tests that scrollend is fired after fling snap animation completion.:
NOTRUN
(Chrome:PASS
, Safari:NOTRUN
)
- Tests that scrollend is fired after scroll snap animation completion.:
- /dom/events/scrolling/scrollend-event-fired-for-scrollIntoView.html [wpt.fyi]
- Tests scrollend event for nested scrollIntoView.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Tests scrollend event for nested scrollIntoView.:
- /dom/events/scrolling/scrollend-event-fired-to-document.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Tests that the document gets scrollend event when no element scrolls by touch.:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
)
- Tests that the document gets scrollend event when no element scrolls by touch.:
- /dom/events/scrolling/scrollend-event-fired-to-element-with-overscroll-behavior.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Tests that the last element in the cut scroll chain gets scrollend event when no element scrolls by touch.:
TIMEOUT
(Chrome:FAIL
, Safari:TIMEOUT
)
- Tests that the last element in the cut scroll chain gets scrollend event when no element scrolls by touch.:
- /dom/events/scrolling/scrollend-event-fired-to-scrolled-element.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /dom/events/scrolling/scrollend-event-fired-to-window.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Tests that the window gets scrollend event when no element scrolls after touch scrolling.:
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
)
- Tests that the window gets scrollend event when no element scrolls after touch scrolling.:
- /dom/events/scrolling/scrollend-event-for-user-scroll.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
)
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f466ba6cf2f9
https://hg.mozilla.org/mozilla-central/rev/d08cdcfb316b
Description
•