GTK needs to get the correct accessibility root object by using axObjectCache() root object.
Created attachment 77958 [details] Patch
we can also use this bug to address the fact that DRT is crashing a lot now. I need some help figuring out what's going on there, since I can't see the crash logs.
Here are the crash logs for the GTK+ bots: http://webkit-bots.igalia.com/
looks like i fixed the layout test crashing. i suspect the API tests may still fail, don't know if I can fix those on my own
Comment on attachment 77958 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=77958&action=review Thanks for the fix! > Tools/DumpRenderTree/gtk/AccessibilityControllerGtk.cpp:63 > + AtkObject* accessible = DumpRenderTreeSupportGtk::getRootAccessibleElement(mainFrame); There's an extra space here after =.
http://trac.webkit.org/changeset/75072