blob: cc99428e3a6e84c42d6fb1623ef98528af9cc666 [file] [log] [blame]
Verify that basic focusing/unfocusing updates secure input state.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Initial state, no selection:
PASS testRunner.secureEventInputIsEnabled is false
A password input is focused:
PASS testRunner.secureEventInputIsEnabled is true
A regular text input is focused:
PASS testRunner.secureEventInputIsEnabled is false
A password input is focused again:
PASS testRunner.secureEventInputIsEnabled is true
PASS successfullyParsed is true
TEST COMPLETE