mutter/src/tests/stacking/override-redirect.metatest
Owen W. Taylor 7616881afa test-runner: represent the guard window as '|' for assert_stacking
Allow putting '|' into the list of windows for assert_stacking to
represent the position of the guard window. Not present is the same
as at the beginning (bottom) of the list.

https://bugzilla.gnome.org/show_bug.cgi?id=737233
2014-09-24 16:26:17 -04:00

20 lines
220 B
Plaintext

new_client 1 x11
create 1/1
show 1/1
create 1/2 override
show 1/2
wait
assert_stacking 1/1 1/2
activate 1/1
wait
assert_stacking 1/1 1/2
lower 1/2
wait
assert_stacking 1/2 | 1/1
raise 1/2
wait
assert_stacking 1/1 1/2