Fix failing DCHECK in ATKText boundary analysis
In order to fix this issue, we need to undo a change where list markers were rolled into the text of the list item. This also exposes an issue with boundary analysis. It seems that the platform-independent boundary analysis code can sometimes return text offsets in anchors other than the one corresponding to the ATK text. This change addresses those two related issues in order to fix the ATKText interface. We also remove one test for an issue that is no longer present with these changes. Bug: 962498 Change-Id: I7f4e7284e5d212d4eb1b56dad51944cbe03457f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1630686Reviewed-by:Nektarios Paisios <nektar@chromium.org> Commit-Queue: Martin Robinson <mrobinson@igalia.com> Cr-Commit-Position: refs/heads/master@{#664168}
Showing
Please register or sign in to comment