ae8084c2cc4b05f9acc4cbe18bbf33dfe6cc62c8
[platform/upstream/at-spi2-atk.git] / tests / data / test-editable-text.xml
1 <?xml version="1.0" ?>
2 <accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
3         <accessible_editable_text description="first child" name="obj0" role="entry">
4                 <text_edit_node text="test text"/>
5         </accessible_editable_text>
6         <accessible_editable_text description="second child" name="obj1" role="entry">
7                 <text_edit_node text="second test text"/>
8         </accessible_editable_text>
9 </accessible>