-
Notifications
You must be signed in to change notification settings - Fork 27
Open
web-platform-tests/wpt
#52210Labels
focus area: scrollend eventtest-change-proposalProposal to add or remove tests for an interop areaProposal to add or remove tests for an interop area
Description
Test List
- scrollend-event-fired-for-mandatory-snap-point-after-load.html
- scrollend-event-fired-for-programmatic-scroll.html?include=root-scrollBy-smooth
- scrollend-event-fired-for-programmatic-scroll.html?include=root-scrollTo-smooth
- scrollend-event-fired-for-programmatic-scroll.html?include=subframe-scrollBy-smooth
- scrollend-event-fired-for-programmatic-scroll.html?include=subframe-scrollTo-smooth
- scrollend-event-fired-for-scroll-attr-change.html?include=root-scrollLeft-smooth
- scrollend-event-fired-for-scroll-attr-change.html?include=root-scrollTop-smooth
- scrollend-event-fired-for-scroll-attr-change.html?include=subframe-scrollLeft-smooth
- scrollend-event-fired-for-scroll-attr-change.html?include=subframe-scrollTop-smooth
- scrollend-event-handler-content-attributes.html
- scrollend-with-snap-on-fractional-offset.html
Rationale
Many scrollend tests either use waitFor or createScrollendPromiseForTarget. The function waitFor
has a hard timeout of 700 frames here, while createScrollendPromiseForTarget has a default timeout of 500ms. We should consider bumping these timeout values. Especially in cases where the test makes use of a smooth scroll.
Metadata
Metadata
Assignees
Labels
focus area: scrollend eventtest-change-proposalProposal to add or remove tests for an interop areaProposal to add or remove tests for an interop area