--- /home/clopez/webkit/webkit/layout-test-results/editing/secure-input/password-input-focusing-to-different-frame-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/editing/secure-input/password-input-focusing-to-different-frame-actual.txt @@ -8,7 +8,7 @@ A password input is focused: PASS document.activeElement is passwordInput -PASS testRunner.secureEventInputIsEnabled is true +FAIL testRunner.secureEventInputIsEnabled should be true. Was false. A regular text input is focused with a mouse click: PASS frames[0].document.activeElement is textInput @@ -16,15 +16,15 @@ A password input is focused again with a mouse click: PASS document.activeElement is passwordInput -PASS testRunner.secureEventInputIsEnabled is true +FAIL testRunner.secureEventInputIsEnabled should be true. Was false. A regular text input is focused with a tab: PASS frames[0].document.activeElement is textInput PASS testRunner.secureEventInputIsEnabled is false A password input is focused again with a tab: -PASS document.activeElement is passwordInput -PASS testRunner.secureEventInputIsEnabled is true +FAIL document.activeElement should be [object HTMLInputElement]. Was [object HTMLBodyElement]. +FAIL testRunner.secureEventInputIsEnabled should be true. Was false. Focus is made empty: PASS document.activeElement is document.body