+2014-11-28 Andrzej Badowski <a.badowski@samsung.com>
+
+ [ATK] Allowing the use of AccessibilityUIElement::columnHeaders method for table.
+ https://bugs.webkit.org/show_bug.cgi?id=139044
+
+ Reviewed by Chris Fleizach.
+
+ ATK method AccessibilityUIElement::columnHeaders currently focused only on the object table cell.
+ The proposed solution will enable the use of this method for the object table.
+ Existing test shows the result.
+
+ * accessibility/table-column-headers-with-captions.html: Updated for ATK platform.
+ * platform/efl/accessibility/table-column-headers-with-captions-expected.txt: Added.
+ * platform/gtk/TestExpectations: Updated for GTK.
+ * platform/gtk/accessibility/table-column-headers-with-captions-expected.txt: Added.
+
2014-11-27 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Meter and Option elements do not expose their id attribute