mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 08:50:28 +00:00
a1856c30d9
All the a11y tests were failing for me with a window state diff like this: - state: active enabled resizable sensitive showing visible + state: enabled resizable sensitive showing visible I guess the windows in the CI always gets the focus, but not when I run it here. Generally focus seems asynchronous and hard to rely on so I just made the test ignore the active state on toplevels.
28 lines
553 B
Plaintext
28 lines
553 B
Plaintext
window1
|
|
"frame"
|
|
index: 0
|
|
state: enabled resizable sensitive showing visible
|
|
toolkit: gtk
|
|
window-type: normal
|
|
<AtkComponent>
|
|
layer: window
|
|
alpha: 1
|
|
unnamed-GtkContainerAccessible-0
|
|
"panel"
|
|
parent: window1
|
|
state: enabled sensitive showing visible
|
|
toolkit: gtk
|
|
<AtkComponent>
|
|
layer: widget
|
|
alpha: 1
|
|
menubutton
|
|
"toggle button"
|
|
parent: window1
|
|
index: 0
|
|
name: Menu
|
|
state: enabled focusable focused sensitive showing visible
|
|
toolkit: gtk
|
|
<AtkComponent>
|
|
layer: widget
|
|
alpha: 1
|