diff --git a/testsuite/a11y/Makefile.am b/testsuite/a11y/Makefile.am index bab38fd0ba..ad0990c6fc 100644 --- a/testsuite/a11y/Makefile.am +++ b/testsuite/a11y/Makefile.am @@ -74,6 +74,7 @@ testdata = \ menu.ui menu.txt \ combos.ui combos.txt \ listbox.ui listbox.txt \ + stack.ui stack.txt \ $(NULL) test_in_files = \ diff --git a/testsuite/a11y/stack.txt b/testsuite/a11y/stack.txt new file mode 100644 index 0000000000..67441be451 --- /dev/null +++ b/testsuite/a11y/stack.txt @@ -0,0 +1,103 @@ +window1 + "window" + index: 0 + state: enabled resizable sensitive showing visible + toolkit: gtk + + layer: window + alpha: 1 + box1 + "filler" + parent: window1 + index: 0 + state: enabled horizontal sensitive showing visible + toolkit: gtk + + layer: widget + alpha: 1 + stackswitcher1 + "filler" + parent: box1 + index: 0 + state: enabled horizontal sensitive showing visible + toolkit: gtk + + layer: widget + alpha: 1 + unnamed-GtkRadioButtonAccessible-0 + "radio button" + parent: stackswitcher1 + index: 0 + name: Page 1 + member-of: unnamed-GtkRadioButtonAccessible-1 + unnamed-GtkRadioButtonAccessible-0 + state: armed checked enabled focusable sensitive showing visible + toolkit: gtk + + layer: widget + alpha: 1 + + image size: -1 x -1 + image description: (null) + + action 0 name: click + action 0 description: Clicks the button + unnamed-GtkRadioButtonAccessible-1 + "radio button" + parent: stackswitcher1 + index: 1 + name: Page 2 + member-of: unnamed-GtkRadioButtonAccessible-1 + unnamed-GtkRadioButtonAccessible-0 + state: enabled focusable sensitive showing visible + toolkit: gtk + + layer: widget + alpha: 1 + + image size: -1 x -1 + image description: (null) + + action 0 name: click + action 0 description: Clicks the button + stack1 + "panel" + parent: box1 + index: 1 + state: enabled sensitive showing visible + toolkit: gtk + + layer: widget + alpha: 1 + page1 + "push button" + parent: stack1 + index: 0 + name: Yes + state: enabled focusable sensitive showing visible + toolkit: gtk + + layer: widget + alpha: 1 + + image size: -1 x -1 + image description: (null) + + action 0 name: click + action 0 description: Clicks the button + page2 + "push button" + parent: stack1 + index: 1 + name: No + state: enabled focusable sensitive visible + toolkit: gtk + + layer: widget + alpha: 1 + + image size: -1 x -1 + image description: (null) + + action 0 name: click + action 0 description: Clicks the button diff --git a/testsuite/a11y/stack.ui b/testsuite/a11y/stack.ui new file mode 100644 index 0000000000..9b8ee38406 --- /dev/null +++ b/testsuite/a11y/stack.ui @@ -0,0 +1,44 @@ + + + + + False + popup + + + True + + + True + stack1 + + + + + True + + + Yes + True + + + page1 + Page 1 + + + + + No + True + + + page2 + Page 2 + + + + + + + +