Bug 143083

Summary: [ATK] AX: figure out platform difference for ATK to make accessibility/table-cell-display-block.html work
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Joanmarie Diggs <jdiggs>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jdiggs, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: Linux   
Attachments:
Description Flags
Patch none

Description chris fleizach 2015-03-25 22:56:20 PDT
I suspect there's some platform difference that is making
   accessibility/table-cell-display-block.html
fail on GTK

My guess is that the child access order is wrong on linux, but I'm not sure

 var cell1a = table.cellForColumnAndRow(0, 0);
 var cell1b = table.childAtIndex(0).childAtIndex(0);
Comment 1 Radar WebKit Bug Importer 2015-03-25 22:56:52 PDT
<rdar://problem/20305213>
Comment 2 Joanmarie Diggs 2015-05-04 20:53:14 PDT
Created attachment 252369 [details]
Patch
Comment 3 chris fleizach 2015-05-04 23:41:50 PDT
Comment on attachment 252369 [details]
Patch

thanks
Comment 4 WebKit Commit Bot 2015-05-05 00:40:43 PDT
Comment on attachment 252369 [details]
Patch

Clearing flags on attachment: 252369

Committed r183798: <http://trac.webkit.org/changeset/183798>
Comment 5 WebKit Commit Bot 2015-05-05 00:40:48 PDT
All reviewed patches have been landed.  Closing bug.