Back to Chromium

Password Ctrl Click Lose Focus

third_party/blink/manual_tests/password-ctrl-click-lose-focus.html

149.0.7827.2507 B
Original Source

BUG ID: 4604703 REGRESSION (NativeTextField): Focus is not removed from password field after I ctrl-click into a different field

STEPS TO TEST:

  1. Make a selection in the password field
  2. Ctrl-click in the text field

TEST PASS: After ctrl-clicking in the text field, the password field should lose focus, and its selection should be cleared.

TEST FAIL: After ctrl-clicking in the text field, if the password field still has a selection, the test has failed.