summaryrefslogtreecommitdiff
path: root/src/tests/stacking/closed-transient-only-take-focus-parents.metatest
blob: af4ce8886bbe2212ff38d98040eac18ccff70228 (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
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