Files
gtk/testsuite/a11y
2018-12-14 19:25:27 +00:00
..
2017-07-19 15:46:32 -04:00
2017-05-22 21:42:18 -04:00
2018-07-27 14:23:20 -04:00
2016-10-18 00:34:41 +02:00
2017-10-18 17:30:20 +02:00
2018-07-27 14:23:20 -04:00
2017-03-31 14:04:59 -04:00
2017-01-19 13:50:17 -05:00
2017-10-18 17:30:20 +02:00
2016-10-16 18:17:21 +02:00
2017-10-11 20:09:21 -05:00
2016-10-18 00:34:41 +02:00
2016-10-18 00:34:41 +02:00
2017-03-31 14:04:59 -04:00
2016-03-04 23:51:39 -05:00
2018-07-27 14:23:20 -04:00
2016-10-18 00:34:41 +02:00
2018-07-27 14:23:20 -04:00
2018-07-27 14:23:20 -04:00
2018-07-27 14:23:20 -04:00
2016-10-18 00:34:41 +02:00
2016-10-18 00:34:41 +02:00
2017-10-18 17:30:20 +02:00
2017-03-31 14:04:59 -04:00
2018-07-27 14:23:20 -04:00
2018-07-27 14:23:20 -04:00
2016-06-01 14:18:46 -04:00
2017-01-20 21:37:04 +01:00
2017-10-18 17:30:20 +02:00
2015-10-15 22:35:38 -04:00
2017-10-18 17:30:20 +02:00
2018-07-27 14:23:20 -04:00
2017-10-18 17:30:20 +02:00
2018-12-14 19:25:27 +00:00
2017-10-18 17:30:20 +02:00
2017-10-18 17:30:20 +02: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.