Bug 143081

Summary: [WIN] AX: Implement AccessibilityUIElement::cellForColumnAndRow
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: Windows 8   

Description chris fleizach 2015-03-25 22:48:15 PDT
In order to unskip 
    accessibility/
from https://bugs.webkit.org/show_bug.cgi?id=143007

this needs to be implemented in DRT/WKTR

AccessibilityUIElement AccessibilityUIElement::cellForColumnAndRow(unsigned column, unsigned row)
{
    return 0;
}
Comment 1 Radar WebKit Bug Importer 2015-03-25 22:48:25 PDT
<rdar://problem/20305177>