Add a testcase involving a font selection dialog

This commit is contained in:
Matthias Clasen 2011-06-21 19:58:25 -04:00
parent 4149124b2b
commit c950bd540b
3 changed files with 5372 additions and 1 deletions

View File

@ -34,4 +34,5 @@ EXTRA_DIST += \
filechooser.ui filechooser.txt \
colorchooser.ui colorchooser.txt \
about.ui about.txt \
appchooser.ui appchooser.txt
appchooser.ui appchooser.txt \
fontchooser.ui fontchooser.txt

5364
tests/a11y/fontchooser.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkFontSelectionDialog" id="window1">
</object>
</interface>