diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-08-29 10:35:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-29 10:36:44 -0400 |
commit | 006d46362c9928ab70f2dcba63c6e5f2160bfb85 (patch) | |
tree | ef2c96d68a67335010fd6a4d3f9e480a8850e16a /tests/a11y | |
parent | 84504014aa1fb58ecc942015062f30fe7e98620a (diff) | |
download | gtk+-006d46362c9928ab70f2dcba63c6e5f2160bfb85.tar.gz |
Adapt a11y dump output
Some of the recent changes need to be reflected in the a11y
dumps.
Diffstat (limited to 'tests/a11y')
-rw-r--r-- | tests/a11y/appchooser.txt | 2 | ||||
-rw-r--r-- | tests/a11y/colorchooser.txt | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/tests/a11y/appchooser.txt b/tests/a11y/appchooser.txt index 1a68ab35ca..7ee2fcc41c 100644 --- a/tests/a11y/appchooser.txt +++ b/tests/a11y/appchooser.txt @@ -378,7 +378,7 @@ Click "Show other applications", for more options, or "Find applications online" parent: unnamed-GtkBoxAccessible-12 index: 0 name: Select - state: enabled focusable sensitive showing visible default + state: focusable showing visible default toolkit: gtk <AtkComponent> layer: widget diff --git a/tests/a11y/colorchooser.txt b/tests/a11y/colorchooser.txt index cdd5ffb36e..88f75c9338 100644 --- a/tests/a11y/colorchooser.txt +++ b/tests/a11y/colorchooser.txt @@ -130,7 +130,7 @@ window1 "panel" parent: unnamed-GtkBoxAccessible-11 index: 0 - state: enabled sensitive showing visible + state: enabled horizontal sensitive showing visible toolkit: gtk <AtkComponent> layer: widget @@ -726,7 +726,7 @@ window1 wrap-mode: word <AtkAction> action 0 name: activate - action 0 keybinding: <Alt>s + action 0 keybinding: <Alt>a <AtkValue> minimum value: 0.000000 maximum value: 100.000000 @@ -914,7 +914,7 @@ window1 "panel" parent: unnamed-GtkBoxAccessible-15 index: 1 - state: enabled sensitive visible + state: enabled horizontal sensitive visible toolkit: gtk <AtkComponent> layer: widget @@ -1329,18 +1329,18 @@ window1 "push button" parent: unnamed-GtkBoxAccessible-57 index: 1 - name: OK + name: Select state: enabled focusable sensitive showing visible default toolkit: gtk <AtkComponent> layer: widget alpha: 1 <AtkImage> - image size: 20 x 20 + image size: -1 x -1 image description: (null) <AtkAction> action 0 name: click - action 0 keybinding: <Alt>o + action 0 keybinding: <Alt>s unnamed-GtkButtonAccessible-60 "push button" parent: unnamed-GtkBoxAccessible-57 |