Bug 128846
| Summary: | AX: Add generic DRT/TestRunner accessibility functions analogous to accessibilityAttributeValue: and accessibilityAttributeValue:forParameter: | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Samuel White <samuel_white> |
| Component: | Accessibility | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/16074136>