mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Adjust the a11y testsuite to match expected output
This commit is contained in:
parent
6e22c4cfde
commit
99421916e6
@ -489,7 +489,7 @@ for details, visit http://www.gnu.org/licenses/gpl.html
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: 20 x 20
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
|
@ -56,7 +56,7 @@ window1
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: 20 x 20
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
@ -73,7 +73,7 @@ window1
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: 20 x 20
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
@ -90,7 +90,7 @@ window1
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: 20 x 20
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
@ -107,7 +107,7 @@ window1
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: 20 x 20
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
@ -124,7 +124,7 @@ window1
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: 20 x 20
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
@ -141,7 +141,7 @@ window1
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: 20 x 20
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
|
@ -1331,7 +1331,7 @@ window1
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: 20 x 20
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
@ -1365,7 +1365,7 @@ window1
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: 20 x 20
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
|
@ -31,7 +31,7 @@ window1
|
||||
action 0 description: Clicks the menuitem
|
||||
action 0 keybinding: <Alt>f;<Alt>f;
|
||||
<AtkSelection>
|
||||
imagemenuitem1
|
||||
menuitema1
|
||||
"menu item"
|
||||
parent: menuitem1
|
||||
index: 0
|
||||
@ -46,7 +46,7 @@ window1
|
||||
action 0 description: Clicks the menuitem
|
||||
action 0 keybinding: n;<Alt>f:n;
|
||||
<AtkSelection>
|
||||
imagemenuitem2
|
||||
menuitema2
|
||||
"menu item"
|
||||
parent: menuitem1
|
||||
index: 1
|
||||
|
@ -1,12 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<!-- interface-requires gtk+ 3.0 -->
|
||||
<object class="GtkImage" id="image1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="icon-name">go-up</property>
|
||||
<property name="icon-size">5</property>
|
||||
</object>
|
||||
<object class="GtkWindow" id="window1">
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
@ -25,7 +19,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="imagemenuitem1">
|
||||
<object class="GtkMenuItem" id="menuitema1">
|
||||
<property name="label" translatable="yes">_New</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
@ -34,12 +28,11 @@
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="imagemenuitem2">
|
||||
<object class="GtkMenuItem" id="menuitema2">
|
||||
<property name="label" translatable="yes">bla</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="image">image1</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
@ -36,12 +36,11 @@ window1
|
||||
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 description: Clicks the button
|
||||
action 0 keybinding: <Alt>y
|
||||
unnamed-GtkNotebookPageAccessible-1
|
||||
"page tab"
|
||||
parent: notebook1
|
||||
@ -61,9 +60,8 @@ window1
|
||||
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 description: Clicks the button
|
||||
action 0 keybinding: <Alt>n
|
||||
|
Loading…
Reference in New Issue
Block a user