/home/clopez/webkit/webkit/layout-test-results/editing/secure-input/password-input-focusing-to-different-frame-actual.txt
8
8
9
9
A password input is focused:
10
10
PASS document.activeElement is passwordInput
11
P
ASS
testRunner.secureEventInputIsEnabled
i
s
true
11
F
AIL
testRunner.secureEventInputIsEnabled
should be
true
. Was false.
12
12
13
13
A regular text input is focused with a mouse click:
14
14
PASS frames[0].document.activeElement is textInput
16
16
17
17
A password input is focused again with a mouse click:
18
18
PASS document.activeElement is passwordInput
19
P
ASS
testRunner.secureEventInputIsEnabled
i
s
true
19
F
AIL
testRunner.secureEventInputIsEnabled
should be
true
. Was false.
20
20
21
21
A regular text input is focused with a tab:
22
22
PASS frames[0].document.activeElement is textInput
23
23
PASS testRunner.secureEventInputIsEnabled is false
24
24
25
25
A password input is focused again with a tab:
26
P
ASS
document.activeElement
i
s
passw
ord
Input
27
P
ASS
testRunner.secureEventInputIsEnabled
i
s
true
26
F
AIL
document.activeElement
should
be [
object HTML
Input
Element]. Was [object HTMLBodyElement].
27
F
AIL
testRunner.secureEventInputIsEnabled
should be
true
. Was false.
28
28
29
29
Focus is made empty:
30
30
PASS document.activeElement is document.body