blob: f7bbc836a5e2f1a7e98092916ce1e5bf98d809e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[autofocus.html]
[An element with autofocus, present before navigation, gets focused]
expected: FAIL
[Two elements with autofocus, present before navigation; the first gets focused]
expected: FAIL
[An element with autofocus, present before navigation but disabled before finished, does not get focused]
expected: FAIL
[An element with autofocus, present before navigation but with its autofocus attribute removed before finished, does not get focused]
expected: FAIL
[Two elements with autofocus, present before navigation, but the first gets disabled; the second gets focused]
expected: FAIL
[An element with autofocus, introduced between committed and finished, gets focused]
expected: FAIL
[An element with autofocus, introduced after finished, does not get focused]
expected: FAIL
|