[wpt-sync] Sync PR 38328 - Remove redundant test for scrollend
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38328 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38328
Details from upstream follow.
Mehdi Kazemi <mehdika@chromium.org> wrote:
Remove redundant test for scrollend
Modify scrollend-event-fired-after-sequence-of-scrolls.tentative.html
to support horizontal scrolling and delete
scrollend-event-for-user-scroll.htmlBug:1271170
Change-Id: I36682fd7ac68bef767c9cfdf563bf6754dded0fdReviewed-on: https://chromium-review.googlesource.com/4219313
WPT-Export-Revision: c4496b3060c308f5448eccc8f6955acead5fc688
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•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
: 6
PASS
: 11
FAIL
: 3
TIMEOUT
: 16
ERROR
: 2
NOTRUN
: 1
Chrome
OK
: 14
PASS
: 22
FAIL
: 1
ERROR
: 2
Safari
OK
: 5
PASS
: 5
FAIL
: 9
TIMEOUT
: 20
ERROR
: 1
NOTRUN
: 4
Links
Details
Firefox-only Failures
- /dom/events/scrolling/scrollend-event-fired-after-sequence-of-scrolls.tentative.html [wpt.fyi]
- Move down, up and down again, receive scrollend event only once:
FAIL
linked bug:Bug 1814530 - Move right, left and right again, receive scrollend event only once:
FAIL
- Move down, up and down again, receive scrollend event only once:
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]
- Move down, up and down again, receive scrollend event only once:
FAIL
(Chrome:PASS
, Safari:PASS
) - Move right, left and right again, receive scrollend event only once:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Move down, up and down again, receive scrollend event only once:
- /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-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:OK
)
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/34bf66d85ff2
https://hg.mozilla.org/mozilla-central/rev/98e392c6a656
Description
•