AXSelection: Added declarative test for aria-hidden and strengthened tests for...
AXSelection: Added declarative test for aria-hidden and strengthened tests for aria-hidden and list bullets Tests now check the results of both shrinking a selection as well as extending a selection. In the case of aria-hidden, we want to check whether a DOM selection on aria-hidden endpoints would be correctly extended or shrunk when converted to an equivalent AX selection, since aria-hidden objects are an example of an object that is ignored in the accessibility tree. In the case of a list bullet, we want to check whether an AXSelection that has an endpoint on a list bullet, would be correctly extended or shrunk when converted to a DOM selection, since list bullets are an example of an object not present in the DOM tree. R=dmazzoni@chromium.org Bug: 639340 Change-Id: Ia9e7dee6efe5c0059faae101a1a07b5d7d35ef5c Reviewed-on: https://chromium-review.googlesource.com/c/1327221 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#607631}
Showing
Please register or sign in to comment