[gtk+] Update a11y test results to match
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Update a11y test results to match
- Date: Mon, 4 Feb 2013 06:03:34 +0000 (UTC)
commit f8050c90fadd50e9ec5a453f8f69ef195246b906
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Feb 4 00:55:43 2013 -0500
Update a11y test results to match
The newly added descriptions show up in the accessible
information dumps.
tests/a11y/about.txt | 3 +++
tests/a11y/accessible-name.txt | 1 +
tests/a11y/assistant.txt | 8 ++++++++
tests/a11y/buttons.txt | 5 +++++
tests/a11y/colorchooser.txt | 12 ++++++++++++
tests/a11y/combos.txt | 6 ++++++
tests/a11y/entries.txt | 4 ++++
tests/a11y/expander.txt | 1 +
tests/a11y/hello-world.txt | 1 +
tests/a11y/link.txt | 1 +
tests/a11y/lockbutton.txt | 1 +
tests/a11y/menu.txt | 18 ++++++++++++++++++
tests/a11y/menus.txt | 7 +++++++
tests/a11y/mnemonic.txt | 1 +
tests/a11y/notebook.txt | 2 ++
tests/a11y/pickers.txt | 29 ++++++++++++++++++++++++++---
tests/a11y/placeholder-text.txt | 3 +++
17 files changed, 100 insertions(+), 3 deletions(-)
---
diff --git a/tests/a11y/about.txt b/tests/a11y/about.txt
index 4440c10..352204c 100644
--- a/tests/a11y/about.txt
+++ b/tests/a11y/about.txt
@@ -334,6 +334,7 @@ for details, visit http://www.gnu.org/licenses/gpl.html
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>l
unnamed-GtkToggleButtonAccessible-9
"toggle button"
@@ -350,6 +351,7 @@ for details, visit http://www.gnu.org/licenses/gpl.html
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>r
unnamed-GtkButtonAccessible-10
"push button"
@@ -366,4 +368,5 @@ for details, visit http://www.gnu.org/licenses/gpl.html
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>c
diff --git a/tests/a11y/accessible-name.txt b/tests/a11y/accessible-name.txt
index dd3a6ce..0fbd0aa 100644
--- a/tests/a11y/accessible-name.txt
+++ b/tests/a11y/accessible-name.txt
@@ -21,3 +21,4 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
diff --git a/tests/a11y/assistant.txt b/tests/a11y/assistant.txt
index 3fb7c6b..a1b1bce 100644
--- a/tests/a11y/assistant.txt
+++ b/tests/a11y/assistant.txt
@@ -20,6 +20,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
button2
"push button"
index: 0
@@ -34,6 +35,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
unnamed-GtkContainerAccessible-0
"filler"
parent: unnamed-GtkContainerAccessible-1
@@ -58,6 +60,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>c
unnamed-GtkButtonAccessible-3
"push button"
@@ -74,6 +77,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>c
unnamed-GtkButtonAccessible-4
"push button"
@@ -90,6 +94,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>f
unnamed-GtkButtonAccessible-5
"push button"
@@ -106,6 +111,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>b
unnamed-GtkButtonAccessible-6
"push button"
@@ -122,6 +128,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>o
unnamed-GtkButtonAccessible-7
"push button"
@@ -138,4 +145,5 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>a
diff --git a/tests/a11y/buttons.txt b/tests/a11y/buttons.txt
index ff44776..075e275 100644
--- a/tests/a11y/buttons.txt
+++ b/tests/a11y/buttons.txt
@@ -28,6 +28,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: toggle
+ action 0 description: Toggles the switch
button4
"radio button"
parent: grid1
@@ -45,6 +46,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
button3
"radio button"
parent: grid1
@@ -62,6 +64,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
button2
"check box"
parent: grid1
@@ -77,6 +80,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
button1
"toggle button"
parent: grid1
@@ -92,3 +96,4 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
diff --git a/tests/a11y/colorchooser.txt b/tests/a11y/colorchooser.txt
index f957ddc..cafa272 100644
--- a/tests/a11y/colorchooser.txt
+++ b/tests/a11y/colorchooser.txt
@@ -122,6 +122,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
unnamed-GtkContainerAccessible-11
"filler"
parent: unnamed-GtkContainerAccessible-2
@@ -182,6 +183,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>n
Color name:
"label"
@@ -264,6 +266,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
unnamed-GtkScaleAccessible-13
"slider"
parent: unnamed-GtkContainerAccessible-12
@@ -375,6 +378,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>b
<AtkValue>
minimum value: 0.000000
@@ -464,6 +468,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>g
<AtkValue>
minimum value: 0.000000
@@ -553,6 +558,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>r
<AtkValue>
minimum value: 0.000000
@@ -642,6 +648,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>v
<AtkValue>
minimum value: 0.000000
@@ -731,6 +738,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>a
<AtkValue>
minimum value: 0.000000
@@ -820,6 +828,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>h
<AtkValue>
minimum value: 0.000000
@@ -1329,6 +1338,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>h
unnamed-GtkButtonAccessible-59
"push button"
@@ -1345,6 +1355,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>s
unnamed-GtkButtonAccessible-60
"push button"
@@ -1361,4 +1372,5 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>c
diff --git a/tests/a11y/combos.txt b/tests/a11y/combos.txt
index 16ecc25..e450993 100644
--- a/tests/a11y/combos.txt
+++ b/tests/a11y/combos.txt
@@ -67,6 +67,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: press
+ action 0 description: Presses the combobox
action 0 keybinding: <Alt>c
<AtkSelection>
unnamed-GtkMenuAccessible-0
@@ -90,6 +91,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: press
+ action 0 description: Presses the combobox
<AtkSelection>
unnamed-GtkMenuAccessible-1
"menu"
@@ -141,6 +143,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
combo3
"combo box"
parent: box1
@@ -152,6 +155,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: press
+ action 0 description: Presses the combobox
<AtkSelection>
unnamed-GtkMenuAccessible-2
"menu"
@@ -174,6 +178,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: press
+ action 0 description: Presses the combobox
<AtkSelection>
unnamed-GtkMenuAccessible-3
"menu"
@@ -225,3 +230,4 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
diff --git a/tests/a11y/entries.txt b/tests/a11y/entries.txt
index c28b5bc..657a3f3 100644
--- a/tests/a11y/entries.txt
+++ b/tests/a11y/entries.txt
@@ -176,6 +176,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>e
entry2
"password text"
@@ -218,6 +219,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>p
entry3
"text"
@@ -259,6 +261,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
unnamed-GtkEntryIconAccessible-0
"icon"
parent: entry3
@@ -318,6 +321,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>s
<AtkValue>
minimum value: 0.500000
diff --git a/tests/a11y/expander.txt b/tests/a11y/expander.txt
index 4416d4b..68b6c08 100644
--- a/tests/a11y/expander.txt
+++ b/tests/a11y/expander.txt
@@ -18,6 +18,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the expander
label1
"label"
parent: expander1
diff --git a/tests/a11y/hello-world.txt b/tests/a11y/hello-world.txt
index c4746de..d20b0eb 100644
--- a/tests/a11y/hello-world.txt
+++ b/tests/a11y/hello-world.txt
@@ -21,3 +21,4 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
diff --git a/tests/a11y/link.txt b/tests/a11y/link.txt
index c9b9b40..c560183 100644
--- a/tests/a11y/link.txt
+++ b/tests/a11y/link.txt
@@ -21,5 +21,6 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
<AtkHyperlinkImpl>
anchors: http://www.gtk.org
diff --git a/tests/a11y/lockbutton.txt b/tests/a11y/lockbutton.txt
index 9fe8dcd..845c6c8 100644
--- a/tests/a11y/lockbutton.txt
+++ b/tests/a11y/lockbutton.txt
@@ -23,3 +23,4 @@ Click to prevent further changes
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
diff --git a/tests/a11y/menu.txt b/tests/a11y/menu.txt
index f7e3d44..315fd91 100644
--- a/tests/a11y/menu.txt
+++ b/tests/a11y/menu.txt
@@ -28,6 +28,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: <Alt>f;<Alt>f;
<AtkSelection>
imagemenuitem1
@@ -42,6 +43,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: n;<Alt>f:n;
<AtkSelection>
imagemenuitem2
@@ -56,6 +58,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: o;<Alt>f:o;
<AtkSelection>
radiomenuitem1
@@ -73,6 +76,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
radiomenuitem2
"radio menu item"
@@ -89,6 +93,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
radiomenuitem3
"radio menu item"
@@ -105,6 +110,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
imagemenuitem3
"menu item"
@@ -118,6 +124,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: s;<Alt>f:s;
<AtkSelection>
imagemenuitem4
@@ -132,6 +139,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: a;<Alt>f:a;
<AtkSelection>
separatormenuitem1
@@ -157,6 +165,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
separatormenuitem2
"separator"
@@ -181,6 +190,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: q;<Alt>f:q;
<AtkSelection>
menuitem2
@@ -195,6 +205,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: <Alt>e;<Alt>e;
<AtkSelection>
imagemenuitem6
@@ -209,6 +220,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: t;<Alt>e:t;
<AtkSelection>
imagemenuitem7
@@ -223,6 +235,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: c;<Alt>e:c;
<AtkSelection>
imagemenuitem8
@@ -237,6 +250,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: p;<Alt>e:p;
<AtkSelection>
imagemenuitem9
@@ -251,6 +265,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: d;<Alt>e:d;
<AtkSelection>
menuitem3
@@ -265,6 +280,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: <Alt>v;<Alt>v;
<AtkSelection>
menuitem4
@@ -279,6 +295,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: <Alt>h;<Alt>h;
<AtkSelection>
imagemenuitem10
@@ -293,5 +310,6 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: a;<Alt>h:a;
<AtkSelection>
diff --git a/tests/a11y/menus.txt b/tests/a11y/menus.txt
index 4c2b21f..7681245 100644
--- a/tests/a11y/menus.txt
+++ b/tests/a11y/menus.txt
@@ -28,6 +28,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: <Alt>f;<Alt>f;
<AtkSelection>
imagemenuitem1
@@ -42,6 +43,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: n;<Alt>f:n;
<AtkSelection>
imagemenuitem2
@@ -56,6 +58,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
separatormenuitem1
"separator"
@@ -80,6 +83,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
menuitem2
"menu"
@@ -93,6 +97,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
action 0 keybinding: <Alt>e;<Alt>e;
<AtkSelection>
menuitem4
@@ -109,6 +114,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
menuitem5
"radio menu item"
@@ -124,4 +130,5 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
diff --git a/tests/a11y/mnemonic.txt b/tests/a11y/mnemonic.txt
index 0fb56a9..7ca52b9 100644
--- a/tests/a11y/mnemonic.txt
+++ b/tests/a11y/mnemonic.txt
@@ -96,4 +96,5 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
action 0 keybinding: <Alt>e
diff --git a/tests/a11y/notebook.txt b/tests/a11y/notebook.txt
index 458b429..cc9e5ff 100644
--- a/tests/a11y/notebook.txt
+++ b/tests/a11y/notebook.txt
@@ -40,6 +40,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>y
unnamed-GtkNotebookPageAccessible-1
"page tab"
@@ -64,4 +65,5 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
action 0 keybinding: <Alt>n
diff --git a/tests/a11y/pickers.txt b/tests/a11y/pickers.txt
index ec418e1..0531b29 100644
--- a/tests/a11y/pickers.txt
+++ b/tests/a11y/pickers.txt
@@ -39,6 +39,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
unnamed-GtkComboBoxAccessible-1
"combo box"
parent: button4
@@ -50,6 +51,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: press
+ action 0 description: Presses the combobox
<AtkSelection>
unnamed-GtkMenuAccessible-2
"menu"
@@ -72,6 +74,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
unnamed-GtkMenuItemAccessible-4
"menu item"
@@ -85,6 +88,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
unnamed-GtkMenuItemAccessible-5
"menu item"
@@ -98,17 +102,21 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
unnamed-GtkMenuItemAccessible-6
- "separator"
+ "menu item"
parent: unnamed-GtkMenuAccessible-2
index: 3
+ name: f17
state: enabled selectable sensitive visible
toolkit: gtk
<AtkComponent>
layer: popup
alpha: 1
<AtkAction>
+ action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
unnamed-GtkMenuItemAccessible-7
"separator"
@@ -122,9 +130,20 @@ window1
<AtkAction>
<AtkSelection>
unnamed-GtkMenuItemAccessible-8
- "menu item"
+ "separator"
parent: unnamed-GtkMenuAccessible-2
index: 5
+ state: enabled selectable sensitive visible
+ toolkit: gtk
+ <AtkComponent>
+ layer: popup
+ alpha: 1
+ <AtkAction>
+ <AtkSelection>
+ unnamed-GtkMenuItemAccessible-9
+ "menu item"
+ parent: unnamed-GtkMenuAccessible-2
+ index: 6
name: Otherâ
state: enabled selectable sensitive visible
toolkit: gtk
@@ -133,6 +152,7 @@ window1
alpha: 1
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the menuitem
<AtkSelection>
button3
"push button"
@@ -149,6 +169,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
button2
"push button"
parent: grid1
@@ -163,6 +184,7 @@ window1
image description: (null)
<AtkAction>
action 0 name: click
+ action 0 description: Clicks the button
button1
"combo box"
parent: grid1
@@ -174,8 +196,9 @@ window1
alpha: 1
<AtkAction>
action 0 name: press
+ action 0 description: Presses the combobox
<AtkSelection>
- unnamed-GtkMenuAccessible-9
+ unnamed-GtkMenuAccessible-10
"menu"
parent: button1
index: 0
diff --git a/tests/a11y/placeholder-text.txt b/tests/a11y/placeholder-text.txt
index 226a16e..4ac8e1e 100644
--- a/tests/a11y/placeholder-text.txt
+++ b/tests/a11y/placeholder-text.txt
@@ -56,6 +56,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
entry2
"text"
parent: box1
@@ -97,6 +98,7 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
entry3
"text"
parent: box1
@@ -138,3 +140,4 @@ window1
wrap-mode: word
<AtkAction>
action 0 name: activate
+ action 0 description: Activates the entry
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]