summaryrefslogtreecommitdiff
path: root/src/tests/stacking/closed-transient-no-input-no-take-focus-parent.metatest
blob: 4249c32b9e2363021dfccbf316f2205ce974a0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
new_client 1 x11
create 1/1
show 1/1

create 1/2 csd
set_parent 1/2 1
can_take_focus 1/2 false
accept_focus 1/2 false
show 1/2

create 1/3 csd
set_parent 1/3 2
show 1/3

wait
assert_stacking 1/1 1/2 1/3

destroy 1/3

wait
assert_stacking 1/1 1/2