Files
gtk/testsuite/a11y
Alexander Mikhaylenko 7c3b30036e headerbar: Show title buttons by default
Most of the time show-title-buttons is set to TRUE. Go ahead and make that
the default.
2020-07-02 23:51:16 +05:00
..
2020-04-09 18:26:10 -04:00
2020-05-11 12:20:57 -04:00
2020-03-11 19:35:56 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 17:50:29 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 17:50:29 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 17:50:29 -04:00
2017-10-18 17:30:20 +02:00
2020-04-09 18:26:10 -04:00
2020-04-09 18:26:10 -04:00
2020-04-09 17:50:29 -04:00
2017-10-18 17:30:20 +02:00
2020-04-09 18:26:10 -04:00
2020-04-09 17:50:29 -04:00
2020-04-09 18:26:10 -04:00
2020-04-09 17:50:29 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 18:26:10 -04:00
2020-04-09 17:50:29 -04:00
2020-04-09 18:26:10 -04:00
2020-04-09 17:50:29 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 17:50:29 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 17:50:29 -04:00
2020-04-09 18:26:10 -04:00
2020-04-09 17:50:29 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 17:50:29 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 17:50:29 -04:00
2020-04-09 18:26:10 -04:00
2020-05-11 12:20:59 -04:00
2017-10-18 17:30:20 +02:00
2020-04-09 18:26:10 -04:00
2020-04-09 17:50:29 -04:00
2020-04-09 18:26:10 -04:00
2020-04-09 18:26:10 -04:00
2020-04-09 18:26:10 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 17:50:29 -04:00
2020-04-09 18:26:10 -04:00
2020-04-09 17:50:29 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 17:50:29 -04:00
2020-04-09 18:26:10 -04:00
2020-03-11 19:35:56 -04:00
2020-04-09 17:50:29 -04:00
2017-10-18 17:30:20 +02:00
2019-05-12 17:28:18 +02:00
2017-10-18 17:30:20 +02:00
2020-04-09 18:26:10 -04:00
2020-04-09 17:50:29 -04:00
2020-03-11 19:35:56 -04:00
2017-10-18 17:30:20 +02:00
2020-04-09 18:26:10 -04:00
2020-04-09 17:50:29 -04:00
2017-10-18 17:30:20 +02:00
2019-05-12 17:28:18 +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.