RESOLVED FIXED 140438
AX: [ATK] Mark accessibility/render-counter-text.html as a suitable test for EFL and GTK.
https://bugs.webkit.org/show_bug.cgi?id=140438
Summary AX: [ATK] Mark accessibility/render-counter-text.html as a suitable test for ...
Andrzej Badowski
Reported 2015-01-14 04:47:10 PST
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.
Attachments
proosed patch (4.30 KB, patch)
2015-01-14 05:04 PST, Andrzej Badowski
cfleizach: review+
proposed patch 2 to commit (4.31 KB, patch)
2015-01-14 09:41 PST, Andrzej Badowski
no flags
Radar WebKit Bug Importer
Comment 1 2015-01-14 04:47:24 PST
Andrzej Badowski
Comment 2 2015-01-14 05:04:47 PST
Created attachment 244597 [details] proosed patch
chris fleizach
Comment 3 2015-01-14 09:05:59 PST
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
Andrzej Badowski
Comment 4 2015-01-14 09:41:29 PST
Created attachment 244609 [details] proposed patch 2 to commit
WebKit Commit Bot
Comment 5 2015-01-15 04:20:46 PST
Comment on attachment 244609 [details] proposed patch 2 to commit Clearing flags on attachment: 244609 Committed r178508: <http://trac.webkit.org/changeset/178508>
WebKit Commit Bot
Comment 6 2015-01-15 04:20:55 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.