mirror of
https://github.com/brl/mutter.git
synced 2024-11-28 11:00:54 -05:00
44 lines
540 B
Plaintext
44 lines
540 B
Plaintext
|
new_client 0 x11
|
||
|
create 0/1
|
||
|
show 0/1
|
||
|
|
||
|
new_client 1 x11
|
||
|
create 1/1
|
||
|
show 1/1
|
||
|
|
||
|
create 1/2 csd
|
||
|
set_parent 1/2 1
|
||
|
accept_focus 1/2 false
|
||
|
show 1/2
|
||
|
|
||
|
create 1/3 csd
|
||
|
set_parent 1/3 2
|
||
|
accept_focus 1/3 false
|
||
|
show 1/3
|
||
|
|
||
|
create 1/4 csd
|
||
|
set_parent 1/4 3
|
||
|
accept_focus 1/4 false
|
||
|
show 1/4
|
||
|
|
||
|
create 1/5 csd
|
||
|
set_parent 1/5 3
|
||
|
show 1/5
|
||
|
|
||
|
wait
|
||
|
assert_focused 1/5
|
||
|
assert_stacking 0/1 1/1 1/2 1/3 1/4 1/5
|
||
|
|
||
|
destroy 1/5
|
||
|
dispatch
|
||
|
|
||
|
assert_focused none
|
||
|
assert_stacking 0/1 1/1 1/2 1/3 1/4
|
||
|
|
||
|
destroy 1/2
|
||
|
dispatch
|
||
|
|
||
|
sleep 450
|
||
|
assert_focused 1/1
|
||
|
assert_stacking 0/1 1/1 1/3 1/4
|