Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f2f7731e32f380f5c31af0b00c00be7daa324c14
https://github.com/WebKit/WebKit/commit/f2f7731e32f380f5c31af0b00c00be7daa324c14
Author: Lily Spiniolas <[email protected]>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M LayoutTests/fast/forms/switch/pointer-tracking-disabled.html
Log Message:
-----------
Layout test `pointer-tracking-disabled.html` scrolls the page with touch
event regions enabled
https://bugs.webkit.org/show_bug.cgi?id=303567
rdar://165857597
Reviewed by Tim Horton.
The purpose of the layout test is to ensure that the thumb of a disabled switch
cannot be dragged. However, the drag performed has an unnecessary vertical
offset.
When touch event regions are enabled, touch event regions are not created for
disabled switch elements. This results in the page scrolling due to the drag.
Fix this issue by removing the vertical offset from the drag.
* LayoutTests/fast/forms/switch/pointer-tracking-disabled.html:
Canonical link: https://commits.webkit.org/303935@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications