The test shows the text contents of a AccessibilityTableCell object using tableCell.childAtIndex(0).stringValue. 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 cell text content is obtained by direct reading of stringValue of TableCell.
<rdar://problem/19442319>
Created attachment 244442 [details] proposed patch
Created attachment 244443 [details] proposed patch 2
Comment on attachment 244443 [details] proposed patch 2 View in context: https://bugs.webkit.org/attachment.cgi?id=244443&action=review > LayoutTests/ChangeLog:8 > + The test shows the text contents of a AccessibilityTableCell object using tableCell.childAtIndex(0).stringValue. of "an" AccessibilityTableCell
Created attachment 244501 [details] proposed patch 3
Comment on attachment 244501 [details] proposed patch 3 Rejecting attachment 244501 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-02', 'validate-changelog', '--check-oops', '--non-interactive', 244501, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit ChangeLog entry in LayoutTests/ChangeLog contains OOPS!. Full output: http://webkit-queues.appspot.com/results/5692178365939712
Created attachment 244505 [details] proposed patch 4
Comment on attachment 244505 [details] proposed patch 4 Clearing flags on attachment: 244505 Committed r178362: <http://trac.webkit.org/changeset/178362>
All reviewed patches have been landed. Closing bug.