Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: bb730a678391a2df3ec57d9dd8eb193f4e723599 https://github.com/WebKit/WebKit/commit/bb730a678391a2df3ec57d9dd8eb193f4e723599 Author: Tyler Wilcock <tyle...@apple.com> Date: 2025-04-04 (Fri, 04 Apr 2025)
Changed paths: M LayoutTests/accessibility-isolated-tree/TestExpectations M LayoutTests/accessibility/mac/search-predicate-expected.txt M LayoutTests/accessibility/mac/search-predicate.html Log Message: ----------- AX: Make accessibility/mac/search-predicate.html more tolerant of an unimportant difference when searching for underlines so it can pass in ITM https://bugs.webkit.org/show_bug.cgi?id=290970 rdar://148480787 Reviewed by Chris Fleizach. With ITM off, searching for the next object with an underline can return non-text object (like a paragraph). With ITM on, we will only return text objects with underlines. The latter feels more logical, considering the intent of the search query is to find the next thing with a visibly rendered underline, which must be text. Make the test a bit more flexible to allow either behavior be a pass. * LayoutTests/accessibility/mac/search-predicate-expected.txt: * LayoutTests/accessibility/mac/search-predicate.html: Canonical link: https://commits.webkit.org/293253@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