AXSelection: Ensure that line break elements are not treated as text objects
Line break elements are not defined as text nodes in Blink. However, traditionally we have been able to set a selection before or after a line break and our accessibility code on the browser side treats objects with the line break role as text objects. These tests ensure that line break elements are not treated as text objects for selection purposes. Also, adds more selection tests for text fields. R=dmazzoni@chromium.org, dtseng@chromium.org, aleventhal@chromium.org Change-Id: I4cf968225322a9bbc4eb2ace4b80c07dffc5a801 Bug: 639340 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1498611Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#637574}
Showing
Please register or sign in to comment