Bug 40193 - AX: support helpText() in DumpRenderTree
Summary: AX: support helpText() in DumpRenderTree
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Mario Sanchez Prada
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-04 18:04 PDT by chris fleizach
Modified: 2012-01-10 09:44 PST (History)
0 users

See Also:


Attachments
Patch proposal (8.10 KB, patch)
2012-01-10 04:25 PST, Mario Sanchez Prada
cfleizach: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2010-06-04 18:04:12 PDT
that way you can uncomment out accessibility/aria-help.html from the skipped test lists
Comment 1 chris fleizach 2011-12-22 08:57:59 PST
Note that
accessibility/aria-describedby-on-input.html
is Skipped for GTK since that moves the aria-describedby text to helpText()
Comment 2 Mario Sanchez Prada 2012-01-10 04:25:07 PST
Created attachment 121826 [details]
Patch proposal

The attached patch implements helpText() through a new function in DumpRenderTreeSupportGtk, since there's no way to retrieve something like a 'help Text' in ATK.
Comment 3 chris fleizach 2012-01-10 08:06:04 PST
Comment on attachment 121826 [details]
Patch proposal

r=me
Comment 4 Mario Sanchez Prada 2012-01-10 09:44:34 PST
Committed r104591: <http://trac.webkit.org/changeset/104591>