Str: 1. Open this: data:text/html,a<br>*b 2. Get the document accessible. 3. Call IAccessibleText::textAtOffset(0, IA2_TEXT_BOUNDARY_WORD). Expected: (0, 1, "a") Actual: (2, 3, "*") Possibly related to bug 1052478 and/or bug 872397.
Bug 1052498 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Str: 1. Open this: data:text/html,a<br>*b 2. Get the document accessible. 3. Call IAccessibleText::textAtOffset(0, IA2_TEXT_BOUNDARY_WORD). Expected: (0, 2, "a\n") Actual: (2, 3, "*") Possibly related to bug 1052478 and/or bug 872397.