2.38.0
[platform/upstream/at-spi2-atk.git] / tests / data / test-table.xml
1 <?xml version="1.0" ?>
2 <accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
3         <accessible_table description="first_child" name="obj0" role="table">
4                 <accessible description="table caption" name="caption name" role="caption"/>
5                 <accessible description="table summary" name="table summary name" role="heading"/>
6                 <accessible description="first column" name="col1" role="table column header">
7                         <accessible description="first column header" name="column 1 header" role="header"/>
8                 </accessible>
9                 <accessible description="second column" name="col2" role="table column header">
10                         <state state_enum="selected"/>
11                         <accessible description="second column header" name="column 2 header" role="header"/>
12                 </accessible>
13                 <accessible description="third column" name="col3" role="table column header">
14                         <accessible description="thrid column header" name="column 3 header" role="header"/>
15                 </accessible>
16                 <accessible description="first row" name="row1" role="table row header">
17                         <state state_enum="selected"/>
18                         <accessible description="first row header" name="row 1 header" role="header"/>
19                 </accessible>
20                 <accessible description="second row" name="row2" role="table row header">
21                         <accessible description="second row header" name="row 2 header" role="header"/>
22                 </accessible>
23                 <accessible description="third row" name="row3" role="table row header">
24                         <state state_enum="selected"/>
25                         <accessible description="third row header" name="row 3 header" role="header"/>
26                 </accessible>
27                 <accessible description="fourth row" name="row4" role="table row header">
28                         <accessible description="fourth row header" name="row 4 header" role="header"/>
29                 </accessible>
30                 <accessible_table_cell description="table cell 1" name="cell 0/0" role="table cell">
31                         <table_cell cell_x="0" cell_y="0" row_span="2"/>
32                 </accessible_table_cell>
33                 <accessible_table_cell description="table cell 5" name="cell 1/0" role="table cell">
34                         <table_cell cell_x="1" cell_y="0" column_span="3"/>
35                 </accessible_table_cell>
36                 <accessible_table_cell description="table cell 9" name="cell 2/0" role="table cell">
37                         <state state_enum="selected"/>
38                         <table_cell cell_x="2" cell_y="0"/>
39                 </accessible_table_cell>
40                 <accessible_table_cell description="table cell 2" name="cell 0/1" role="table cell">
41                         <table_cell cell_x="0" cell_y="1"/>
42                 </accessible_table_cell>
43                 <accessible_table_cell description="table cell 6" name="cell 1/1" role="table cell">
44                         <table_cell cell_x="1" cell_y="1"/>
45                 </accessible_table_cell>
46                 <accessible_table_cell description="table cell 10" name="cell 2/1" role="table cell">
47                         <table_cell cell_x="2" cell_y="1"/>
48                 </accessible_table_cell>
49                 <accessible_table_cell description="table cell 3" name="cell 0/2" role="table cell">
50                         <table_cell cell_x="0" cell_y="2"/>
51                 </accessible_table_cell>
52                 <accessible_table_cell description="table cell 7" name="cell 1/2" role="table cell">
53                         <table_cell cell_x="1" cell_y="2"/>
54                 </accessible_table_cell>
55                 <accessible_table_cell description="table cell 11" name="cell 2/2" role="table cell">
56                         <table_cell cell_x="2" cell_y="2"/>
57                 </accessible_table_cell>
58                 <accessible_table_cell description="table cell 4" name="cell 0/3" role="table cell">
59                         <table_cell cell_x="0" cell_y="3"/>
60                 </accessible_table_cell>
61                 <accessible_table_cell description="table cell 8" name="cell 1/3" role="table cell">
62                         <table_cell cell_x="1" cell_y="3"/>
63                 </accessible_table_cell>
64                 <accessible_table_cell description="table cell 12" name="cell 2/3" role="table cell">
65                         <table_cell cell_x="2" cell_y="3"/>
66                 </accessible_table_cell>
67         </accessible_table>
68 </accessible>
69
70