The test shows the text contents of <li> element with counter inside <ol> using three childAtIndex().stringValue methods. In the case of ATK childAtIndex(0) returns a non-empty object, but it is not the ATK_OBJECT, so the stringValue produces an empty string. To avoid this, the text content is obtained by direct reading of stringValue of <li> AccessibilityUIElement which is ATK_TEXT.
<rdar://problem/19469728>
Created attachment 244597 [details] proosed patch
Comment on attachment 244597 [details] proosed patch View in context: https://bugs.webkit.org/attachment.cgi?id=244597&action=review > LayoutTests/ChangeLog:8 > + The test shows the text contents of <li> element with counter inside <ol> using three childAtIndex().stringValue methods. of "the" <li> with "the" counter inside
Created attachment 244609 [details] proposed patch 2 to commit
Comment on attachment 244609 [details] proposed patch 2 to commit Clearing flags on attachment: 244609 Committed r178508: <http://trac.webkit.org/changeset/178508>
All reviewed patches have been landed. Closing bug.