summaryrefslogtreecommitdiff
path: root/src/tests/stacking/closed-transient-only-take-focus-parents.metatest
blob: 88bf7865cc1d0ede549b97c7e04392754e6850cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
new_client 0 x11
create 0/1
show 0/1

new_client 1 x11
create 1/1
accept_focus 1/1 false
can_take_focus 1/1 true
accept_take_focus 1/1 true
show 1/1

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

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

assert_focused 1/3
assert_stacking 0/1 1/1 1/2 1/3

destroy 1/3
wait

assert_focused 1/2
assert_stacking 0/1 1/1 1/2

sleep 150
wait

assert_focused 1/2
assert_stacking 0/1 1/1 1/2