diff options
Diffstat (limited to 'app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data')
4 files changed, 0 insertions, 56 deletions
diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-accessible.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-accessible.xml deleted file mode 100644 index 26728ddfd6f2..000000000000 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-accessible.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" ?> -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label"> - <accessible description="first child" name="obj1" role="alert"> - <state state_enum="modal"/> - <state state_enum="multi-line"/> - </accessible> - <accessible description="second child" name="obj2" role="animation"> - <accessible description="first prechild" name="obj2/1" role="arrow"> - <relation relation_type="2" target_name="obj2"/> - </accessible> - <accessible description="second prechild" name="obj2/2" role="canvas"/> - </accessible> - <accessible description="third child" name="obj3" role="check box"> - <accessible description="first prechild" name="obj3/1" role="check menu item"/> - </accessible> -</accessible> diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-action.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-action.xml deleted file mode 100644 index 41ddf00760e3..000000000000 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-action.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" ?> -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label"> - <accessible description="first child" name="obj1" role="alert"/> - <accessible_action description="second child" name="obj2" role="application"> - <action action_name="action1" action_description="action1 description" key_binding="action1 key binding"/> - <action action_name="action2" action_description="action2 description" key_binding="action2 key binding"/> - </accessible_action> - <accessible_action description="third child" name="obj3" role="push button"> - <action action_name="action1" action_description="action1 description" key_binding="action1 key binding"/> - </accessible_action> -</accessible> diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-component.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-component.xml deleted file mode 100644 index 80929b0cf7a0..000000000000 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-component.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" ?> -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label"> - <accessible_component description="second child" name="obj2" role="application"> - <component x="350" y="200" width="0" height="0" layer="2" zorder="1" alpha="1.5"/> - </accessible_component> - <accessible_component description="third child" name="obj3" role="push button"> - <component x="250" y="250" width="350" height="200" layer="3" zorder="2" alpha="2.5"/> - <accessible_component description="third child a" name="aobj3" role="push button"> - <component x="250" y="250" width="350" height="200" layer="4" zorder="3" alpha="3.5"/> - </accessible_component> - </accessible_component> - <accessible description="second child" name="obj2" role="application" /> -</accessible> diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test.xml deleted file mode 100644 index 26728ddfd6f2..000000000000 --- a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" ?> -<accessible description="Root of the accessible tree" name="root_object" role="accelerator label"> - <accessible description="first child" name="obj1" role="alert"> - <state state_enum="modal"/> - <state state_enum="multi-line"/> - </accessible> - <accessible description="second child" name="obj2" role="animation"> - <accessible description="first prechild" name="obj2/1" role="arrow"> - <relation relation_type="2" target_name="obj2"/> - </accessible> - <accessible description="second prechild" name="obj2/2" role="canvas"/> - </accessible> - <accessible description="third child" name="obj3" role="check box"> - <accessible description="first prechild" name="obj3/1" role="check menu item"/> - </accessible> -</accessible> |