Bug 128846

Summary: AX: Add generic DRT/TestRunner accessibility functions analogous to accessibilityAttributeValue: and accessibilityAttributeValue:forParameter:
Product: WebKit Reporter: Samuel White <samuel_white>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.9   

Samuel White
Reported 2014-02-14 14:29:03 PST
We have a very large number of DRT and TestRunner functions that are only used on the Mac/iOS platforms. To keep things building, we have to stub these platform specific testing functions out in win and atk. Because of this, we end up with a good deal of meaningless stub code. Instead, we could use a small number of .js functions that are designed to mirror accessibilityAttributeValue: and accessibilityAttributeValue:forParameter: more closely so we don't have to implement a new DRT/TestRunner method every time we add functionality. I'll add some additional implementation details shortly.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-02-14 14:29:26 PST
Note You need to log in before you can comment on or make changes to this bug.