blob: b5b44f58b2787eea155ed13e13ea8391c9bd45c0 (
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
|
[script-focus.https.html]
[An embedder can focus out of a fenced frame]
expected: FAIL
[Fenced frames can't pull script focus until getting user activation]
expected: FAIL
[Focused fenced frames can move programmatic focus within frame]
expected: FAIL
[Script focus into a fenced frame consumes user activation]
expected: FAIL
[Another fenced frame cannot pull focus out of a focused fenced frame]
expected: FAIL
[A fenced frame nested in another fenced frame cannot pull focus]
expected: FAIL
[A fenced frame cannot pull window.focus() without user activation]
expected: FAIL
[A fenced frame can pull window.focus() after user activation]
expected: FAIL
|