/home/clopez/webkit/webkit/layout-test-results/editing/secure-input/password-input-focusing-to-different-frame-actual.txt

88
99A password input is focused:
1010PASS document.activeElement is passwordInput
11 PASS testRunner.secureEventInputIsEnabled is true
 11FAIL testRunner.secureEventInputIsEnabled should be true. Was false.
1212
1313A regular text input is focused with a mouse click:
1414PASS frames[0].document.activeElement is textInput

1616
1717A password input is focused again with a mouse click:
1818PASS document.activeElement is passwordInput
19 PASS testRunner.secureEventInputIsEnabled is true
 19FAIL testRunner.secureEventInputIsEnabled should be true. Was false.
2020
2121A regular text input is focused with a tab:
2222PASS frames[0].document.activeElement is textInput
2323PASS testRunner.secureEventInputIsEnabled is false
2424
2525A password input is focused again with a tab:
26 PASS document.activeElement is passwordInput
27 PASS testRunner.secureEventInputIsEnabled is true
 26FAIL document.activeElement should be [object HTMLInputElement]. Was [object HTMLBodyElement].
 27FAIL testRunner.secureEventInputIsEnabled should be true. Was false.
2828
2929Focus is made empty:
3030PASS document.activeElement is document.body