diff options
author | Benjamin Otte <otte@redhat.com> | 2013-05-15 02:00:11 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-05-15 15:37:16 +0200 |
commit | 2c8e719b5a36de4998dca9a7a2f889ee054be690 (patch) | |
tree | 0f652988434a44ae1021657efd251e9abcce33b1 /tests/a11y/notebook.txt | |
parent | bdfb55c9451e59e097a0e413402f2fa86bd2ae48 (diff) | |
download | gtk+-2c8e719b5a36de4998dca9a7a2f889ee054be690.tar.gz |
build: Move tests/a11y to testsuite/a11y
Diffstat (limited to 'tests/a11y/notebook.txt')
-rw-r--r-- | tests/a11y/notebook.txt | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/tests/a11y/notebook.txt b/tests/a11y/notebook.txt deleted file mode 100644 index cc9e5ff0ae..0000000000 --- a/tests/a11y/notebook.txt +++ /dev/null @@ -1,69 +0,0 @@ -window1 - "window" - index: 0 - state: enabled resizable sensitive showing visible - toolkit: gtk - <AtkComponent> - layer: window - alpha: 1 - notebook1 - "page tab list" - parent: window1 - index: 0 - state: enabled focusable sensitive showing visible - toolkit: gtk - <AtkComponent> - layer: widget - alpha: 1 - <AtkSelection> - selected children: unnamed-GtkNotebookPageAccessible-0 - unnamed-GtkNotebookPageAccessible-0 - "page tab" - parent: notebook1 - index: 0 - name: Tab 1 - state: enabled multi-line selectable selected sensitive showing visible - <AtkComponent> - layer: widget - alpha: 1 - page1 - "push button" - index: 0 - name: Yes - state: enabled focusable sensitive showing visible - toolkit: gtk - <AtkComponent> - layer: widget - alpha: 1 - <AtkImage> - image size: 20 x 20 - image description: (null) - <AtkAction> - action 0 name: click - action 0 description: Clicks the button - action 0 keybinding: <Alt>y - unnamed-GtkNotebookPageAccessible-1 - "page tab" - parent: notebook1 - index: 1 - name: Tab 2 - state: enabled multi-line selectable sensitive showing visible - <AtkComponent> - layer: widget - alpha: 1 - page2 - "push button" - index: 0 - name: No - state: enabled focusable sensitive visible - toolkit: gtk - <AtkComponent> - layer: widget - alpha: 1 - <AtkImage> - image size: 20 x 20 - image description: (null) - <AtkAction> - action 0 name: click - action 0 description: Clicks the button - action 0 keybinding: <Alt>n |