diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2014-03-07 00:11:17 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2014-03-10 23:02:23 +0100 |
commit | faa6db84850bfb11cf75b9c433a1a99740f390de (patch) | |
tree | 4f35de5659cb8ff8af9398d187b7817cd1929d39 /testsuite/a11y | |
parent | 31cd153050d74b431070c3f426da95f104eab08f (diff) | |
download | gtk+-faa6db84850bfb11cf75b9c433a1a99740f390de.tar.gz |
testsuite: Update a11y/menubutton3.ui test expectations
Popover is now minimally accessible.
https://bugzilla.gnome.org/show_bug.cgi?id=725864
Diffstat (limited to 'testsuite/a11y')
-rw-r--r-- | testsuite/a11y/menubutton3.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/testsuite/a11y/menubutton3.txt b/testsuite/a11y/menubutton3.txt index d61eb723cf..c6248479fa 100644 --- a/testsuite/a11y/menubutton3.txt +++ b/testsuite/a11y/menubutton3.txt @@ -22,3 +22,46 @@ window1 <AtkAction> action 0 name: click action 0 description: Clicks the button + unnamed-GtkPopoverAccessible-0 + "panel" + parent: menubutton + popup-for: menubutton + state: enabled modal sensitive + toolkit: gtk + <AtkComponent> + layer: widget + alpha: 1 + unnamed-GtkContainerAccessible-1 + "panel" + parent: unnamed-GtkPopoverAccessible-0 + index: 0 + state: enabled sensitive visible + toolkit: gtk + <AtkComponent> + layer: widget + alpha: 1 + unnamed-GtkContainerAccessible-2 + "filler" + parent: unnamed-GtkContainerAccessible-1 + index: 0 + state: enabled sensitive vertical visible + toolkit: gtk + <AtkComponent> + layer: widget + alpha: 1 + unnamed-GtkButtonAccessible-3 + "push button" + parent: unnamed-GtkContainerAccessible-2 + index: 0 + name: New + state: enabled focusable sensitive visible + toolkit: gtk + <AtkComponent> + layer: widget + alpha: 1 + <AtkImage> + image size: -1 x -1 + image description: (null) + <AtkAction> + action 0 name: click + action 0 description: Clicks the button |