2.38.0
[platform/upstream/at-spi2-atk.git] / tests / data / test-component.xml
1 <?xml version="1.0" ?>
2 <accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
3         <accessible_component description="second child" name="obj2" role="application">
4                 <component x="350" y="200" width="0" height="0" layer="2" zorder="1" alpha="1.5"/>
5         </accessible_component>
6         <accessible_component description="third child" name="obj3" role="push button">
7                 <component x="250" y="250" width="350" height="200" layer="3" zorder="2" alpha="2.5"/>
8                 <accessible_component description="third child a" name="aobj3" role="push button">
9                         <component x="250" y="250" width="350" height="200" layer="4" zorder="3" alpha="3.5"/>
10                 </accessible_component>
11         </accessible_component>
12         <accessible description="second child" name="obj2" role="application" />
13 </accessible>