Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ba305a4b2e70e47a0eb6180b7632c5cdd71d1327 https://github.com/WebKit/WebKit/commit/ba305a4b2e70e47a0eb6180b7632c5cdd71d1327 Author: Aditya Keerthi <akeer...@apple.com> Date: 2025-04-04 (Fri, 04 Apr 2025)
Changed paths: M Tools/TestWebKitAPI/Tests/ios/FocusPreservationTests.mm Log Message: ----------- [iPad] TestWebKitAPI.FocusPreservationTests.UserCanDismissInputViewRegardlessOfFocusPreservationCount is a constant failure https://bugs.webkit.org/show_bug.cgi?id=281518 rdar://137985687 Reviewed by Abrar Rahman Protyasha, Richard Robinson, and Wenson Hsieh. The failing test was added to fix an issue where tapping "Done" sometimes failed to dismiss the software keyboard after dismissing AutoFill UI (264235@main). However, the "Done" button is not present on iPads, which means this test does not make sense to run there. `accessoryDone` to blur the focused element, explicitly skips iPad, ever since the logic was introduced in 210804@main. Consequently, skip the test on iPad. * Tools/TestWebKitAPI/Tests/ios/FocusPreservationTests.mm: (TestWebKitAPI::TEST(FocusPreservationTests, UserCanDismissInputViewRegardlessOfFocusPreservationCount)): Canonical link: https://commits.webkit.org/293288@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes