Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5d0754638b1beeaf9a6fd9cf7a1a5526ca85dddb
https://github.com/WebKit/WebKit/commit/5d0754638b1beeaf9a6fd9cf7a1a5526ca85dddb
Author: Ryosuke Niwa <[email protected]>
Date: 2026-03-02 (Mon, 02 Mar 2026)
Changed paths:
M LayoutTests/fast/shadow-dom/touch-event-ios-expected.txt
M LayoutTests/fast/shadow-dom/touch-event-ios.html
Log Message:
-----------
fast/shadow-dom/touch-event-ios.html fails on iOS 26
https://bugs.webkit.org/show_bug.cgi?id=309031
rdar://168817806
Reviewed by Wenson Hsieh.
Rewrite the test to avoid issuing 3 touch points as that doesn't work well in
WebKitTestRunner.
I tried working around the issue with various timeouts but that end up causing
other issues like
triggering random gesture recognizers so I rewrote the test to test up to two
points at once.
Manual testing shows that 3+ point are functioning just fine on iOS 26.
* LayoutTests/fast/shadow-dom/touch-event-ios-expected.txt:
* LayoutTests/fast/shadow-dom/touch-event-ios.html:
Canonical link: https://commits.webkit.org/308510@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications