Side by Side Diff: LayoutTests/accessibility/inline-text-word-boundary-causes-crash.html
Issue 542553002:
Fix crash when trying to iterate over words in an inline text box of length zero. (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Got rid of assert, updated fixme
Created 6 years, 3 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
20 description("Makes sure that accessing the word boundaries of an AXStaticText ob
ject doesn't cause a crash when it has an inline text box of length zero.");
21 if (window.accessibilityController) {
22 var axHeading = accessibilityController.accessibleElementById('heading');
23 var axStaticText = axHeading.childAtIndex(0);
24 debug('Word start for index -1: ' + axStaticText.wordStart(-1));
Issue 542553002: Fix crash when trying to iterate over words in an inline text box of length zero.
(Closed)
Created 6 years, 3 months ago by dmazzoni
Modified 6 years, 3 months ago
Reviewers: eseidel, leviw_travelin_and_unemployed, dsinclair
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 2