Files
gtk3/testsuite/a11y
Matthias Clasen f200eebfd6 Improve menubutton a11y
The button now claims its menu as a child for a11y purposes,
which makes it possible for ATs to see it when the navigate
the tree top-down.

Update the a11y test to match.
2013-12-20 13:31:08 -05:00
..
2013-12-16 20:39:00 -05:00
2013-08-31 17:06:44 -04:00
2013-09-16 23:29:42 -04:00
2013-09-16 23:29:42 -04:00
2013-09-21 20:51:22 -04:00
2013-09-21 20:51:22 -04:00
2013-12-20 13:31:08 -05:00
2013-06-24 19:53:08 -04:00
2013-12-20 13:31:08 -05:00
2013-10-28 07:20:11 -04:00

accessibility-dump is a test runner that can do tests of static
accessibility information. Run it like this:

./accessibility-dump [OPTIONS] TESTFILE [TESTFILES...]

where TESTFILE is a GtkBuilder .ui file. accessibility-dump creates
a textual dump of the accessibility information for the created
widget hierarchy and compares it to a preexisting .txt file.

To create an initial dump, you can use the --generate option with
a single .ui file. You should carefully inspect the output before
blessing it as the official .txt to compare against.

To find out details about a failure, you can use the --verbose
option to see differences between expected and actual output.

When run without any arguments, all the .ui files in the current
directory are tested.