blob: 307b4d6163d5346407f6c1c3f1d7bc38ba9164de [file] [log] [blame]
Verify that removing a password input from DOM tree disables secure input state.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
A password input is focused:
PASS testRunner.secureEventInputIsEnabled is true
After deleting the input:
PASS testRunner.secureEventInputIsEnabled is false
PASS successfullyParsed is true
TEST COMPLETE