NEW128846
AX: Add generic DRT/TestRunner accessibility functions analogous to accessibilityAttributeValue: and accessibilityAttributeValue:forParameter:
https://bugs.webkit.org/show_bug.cgi?id=128846
Summary AX: Add generic DRT/TestRunner accessibility functions analogous to accessibi...
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.