[webkit-changes] [WebKit/WebKit] cd0ab0: REGRESSION (282540 at main): [ visionOS, iOS ] fast/e...
Abrar Rahman Protyasha
noreply at github.com
Mon Aug 26 17:19:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cd0ab0d3f82b4e638f6d304043fe7afc25b60723
https://github.com/WebKit/WebKit/commit/cd0ab0d3f82b4e638f6d304043fe7afc25b60723
Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M LayoutTests/fast/events/pointer/ios/drag-populates-pointer-events-with-movementxy-fields-expected.txt
Log Message:
-----------
REGRESSION (282540 at main): [ visionOS, iOS ] fast/events/pointer/ios/drag-populates-pointer-events-with-movementxy-fields.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=278684
rdar://134737069
Unreviewed test expectation adjustment.
The test expectations for fast/events/pointer/ios/drag-populates-pointer-events-with-movementxy-fields.html,
as introduced originally in 263829 at main, is a bit misleading because
correctness does not necessarily _require_ exactly 6 pointermove events
during the drag gesture.
With 282540 at main, we started dispatching one less pointermove in certain
touch event paths, which meant that the test in the bug started failing.
This patch simply updates the expectations for the test since we are still
clearly observing pointermove events throughout the drag gesture.
* LayoutTests/fast/events/pointer/ios/drag-populates-pointer-events-with-movementxy-fields-expected.txt:
Canonical link: https://commits.webkit.org/282768@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list