This test is failing after r169483 because now atk_text_set_caret_offset() is use in AccessibilityUIElement::setSelectedTextRange() when length is zero, proving that the implementation of atk_text_set_caret_offset() is not correct (it should match atk_text_set_selection() for zero-length selections) Patch coming soon...
Created attachment 232428 [details] Patch proposal There was indeed a problem in the implementation of atk_text_set_caret_offset, which was not controlling boundaries properly as atk_text_set_selection does. This patch just implements one function in terms of the other. Please review, thanks
Comment on attachment 232428 [details] Patch proposal Clearing flags on attachment: 232428 Committed r169572: <http://trac.webkit.org/changeset/169572>
All reviewed patches have been landed. Closing bug.