Bug 256987 - New Test: (264126@main): [ iOS ] Three imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event tests are a consistent failure
Summary: New Test: (264126@main): [ iOS ] Three imported/w3c/web-platform-tests/dom/ev...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-18 14:46 PDT by Karl Rackler
Modified: 2023-05-18 15:09 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Rackler 2023-05-18 14:46:45 PDT
Description:
imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-mandatory-snap-point-after-load.html 
imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-handler-content-attributes.html
imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-not-fired-on-no-scroll.html

The test was added at 264126@main as part of a resync web-platform-tests/dom from upstream and has been a consistent failure since then.  The tests appear to be missing their baselines and show on the flakiness dashboard as warnings.

History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fdom%2Fevents%2Fscrolling%2Fscrollend-event-fired-for-mandatory-snap-point-after-load.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fdom%2Fevents%2Fscrolling%2Fscrollend-event-handler-content-attributes.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fdom%2Fevents%2Fscrolling%2Fscrollend-event-not-fired-on-no-scroll.html

Diff:
imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-fired-for-mandatory-snap-point-after-load.html

scrollend + mandatory scroll snap test

Page 1

Page 2

Page 3

Page A

Page B

Page C


FAIL scrollend event fired after load for mandatory snap point promise_test: Unhandled rejection with value: "No scrollend event received for target [object HTMLDivElement]"

---------------------
imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-handler-content-attributes.html

Harness Error (TIMEOUT), message = null

FAIL Tests scrollend event is handled by event handler content attribute. promise_test: Unhandled rejection with value: "DIV did not receive scrollend event."
PASS Tests scrollend event is not fired to document body event handler content attribute.
TIMEOUT Tests scrollend event is fired to document event handler property Test timed out
NOTRUN Tests scrollend event is fired to element event handler property

---------------------
imported/w3c/web-platform-tests/dom/events/scrolling/scrollend-event-not-fired-on-no-scroll.html

target
doc

FAIL No scroll via wheel on div shouldn't fire scrollend. promise_test: Unhandled rejection with value: object "Error: Unknown source type "wheel"."
PASS No scroll via keys on div shouldn't fire scrollend.
FAIL No scroll via wheel on document shouldn't fire scrollend. promise_test: Unhandled rejection with value: object "Error: Unknown source type "wheel"."
PASS No scroll via keys on document shouldn't fire scrollend.
Comment 1 Radar WebKit Bug Importer 2023-05-18 14:47:15 PDT
<rdar://problem/109533245>
Comment 2 Chris Dumez 2023-05-18 15:04:53 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14038
Comment 3 EWS 2023-05-18 15:09:21 PDT
Committed 264215@main (73db66859d10): <https://commits.webkit.org/264215@main>

Reviewed commits have been landed. Closing PR #14038 and removing active labels.