41ddf00760e37c6242e812a1ede691de3b9b5c0b
[platform/upstream/at-spi2-atk.git] / tests / data / test-action.xml
1 <?xml version="1.0" ?>
2 <accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
3         <accessible description="first child" name="obj1" role="alert"/>
4         <accessible_action description="second child" name="obj2" role="application">
5                 <action action_name="action1" action_description="action1 description" key_binding="action1 key binding"/>
6                 <action action_name="action2" action_description="action2 description" key_binding="action2 key binding"/>
7         </accessible_action>
8         <accessible_action description="third child" name="obj3" role="push button">
9                 <action action_name="action1" action_description="action1 description" key_binding="action1 key binding"/>
10         </accessible_action>
11 </accessible>