diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/password-ctrl-click-lose-focus.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/password-ctrl-click-lose-focus.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,23 @@ + + +
+ + +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. +
+