Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6d1a90684215e6865a99d7d2dd0e595733c59641
https://github.com/WebKit/WebKit/commit/6d1a90684215e6865a99d7d2dd0e595733c59641
Author: Andres Gonzalez <[email protected]>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M LayoutTests/accessibility/mac/text-marker-ranges-intersect-expected.txt
M LayoutTests/accessibility/mac/text-marker-ranges-intersect.html
Log Message:
-----------
AX: Fix for accessibility/text-marker-ranges-intersect.html.
https://bugs.webkit.org/show_bug.cgi?id=307680
<rdar://problem/170235668>
Reviewed by Tyler Wilcock.
Amend to commit cd47ffff2464757df28031da4b2a267a648b4eab where this test was
added.
The problem was that the TextMarkerRange debug descriptions include the object
IDs which can change from run to run, making the output file vary and thus the
test fail. Fixed it by outputting the string of the range instead of the whole
debug description. This has the added benefit of making the output file more
readable.
* LayoutTests/accessibility/mac/text-marker-ranges-intersect-expected.txt:
* LayoutTests/accessibility/mac/text-marker-ranges-intersect.html:
Canonical link: https://commits.webkit.org/307428@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications