diff options
Diffstat (limited to 'app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-table.xml')
-rw-r--r-- | app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-table.xml | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-table.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-table.xml deleted file mode 100644 index 9d6cb502d74c..000000000000 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-table.xml +++ /dev/null @@ -1,70 +0,0 @@ -<?xml version="1.0" ?> -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label"> - <accessible_table description="first_child" name="obj0" role="table"> - <accessible description="table caption" name="caption name" role="caption"/> - <accessible description="table summary" name="table summary name" role="heading"/> - <accessible description="first column" name="col1" role="table column header"> - <accessible description="first column header" name="column 1 header" role="header"/> - </accessible> - <accessible description="second column" name="col2" role="table column header"> - <state state_enum="selected"/> - <accessible description="second column header" name="column 2 header" role="header"/> - </accessible> - <accessible description="third column" name="col3" role="table column header"> - <accessible description="thrid column header" name="column 3 header" role="header"/> - </accessible> - <accessible description="first row" name="row1" role="table row header"> - <state state_enum="selected"/> - <accessible description="first row header" name="row 1 header" role="header"/> - </accessible> - <accessible description="second row" name="row2" role="table row header"> - <accessible description="second row header" name="row 2 header" role="header"/> - </accessible> - <accessible description="third row" name="row3" role="table row header"> - <state state_enum="selected"/> - <accessible description="third row header" name="row 3 header" role="header"/> - </accessible> - <accessible description="fourth row" name="row4" role="table row header"> - <accessible description="fourth row header" name="row 4 header" role="header"/> - </accessible> - <accessible_table_cell description="table cell 1" name="cell 0/0" role="table cell"> - <table_cell cell_x="0" cell_y="0" row_span="2"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 5" name="cell 1/0" role="table cell"> - <table_cell cell_x="1" cell_y="0" column_span="3"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 9" name="cell 2/0" role="table cell"> - <state state_enum="selected"/> - <table_cell cell_x="2" cell_y="0"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 2" name="cell 0/1" role="table cell"> - <table_cell cell_x="0" cell_y="1"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 6" name="cell 1/1" role="table cell"> - <table_cell cell_x="1" cell_y="1"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 10" name="cell 2/1" role="table cell"> - <table_cell cell_x="2" cell_y="1"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 3" name="cell 0/2" role="table cell"> - <table_cell cell_x="0" cell_y="2"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 7" name="cell 1/2" role="table cell"> - <table_cell cell_x="1" cell_y="2"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 11" name="cell 2/2" role="table cell"> - <table_cell cell_x="2" cell_y="2"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 4" name="cell 0/3" role="table cell"> - <table_cell cell_x="0" cell_y="3"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 8" name="cell 1/3" role="table cell"> - <table_cell cell_x="1" cell_y="3"/> - </accessible_table_cell> - <accessible_table_cell description="table cell 12" name="cell 2/3" role="table cell"> - <table_cell cell_x="2" cell_y="3"/> - </accessible_table_cell> - </accessible_table> -</accessible> - - |