Bug 143083 - [ATK] AX: figure out platform difference for ATK to make accessibility/table-cell-display-block.html work
Summary: [ATK] AX: figure out platform difference for ATK to make accessibility/table-...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Linux
: P2 Normal
Assignee: Joanmarie Diggs
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-25 22:56 PDT by chris fleizach
Modified: 2015-05-05 00:40 PDT (History)
3 users (show)

See Also:


Attachments
Patch (18.96 KB, patch)
2015-05-04 20:53 PDT, Joanmarie Diggs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.