From cad810f21b803229eb11403f9209855525a25d57 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 6 May 2011 11:45:16 +0100 Subject: Merge WebKit at r75315: Initial merge by git. Change-Id: I570314b346ce101c935ed22a626b48c2af266b84 --- .../secure-keyboard-enabled-after-submit.html | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Source/WebCore/manual-tests/secure-keyboard-enabled-after-submit.html (limited to 'Source/WebCore/manual-tests/secure-keyboard-enabled-after-submit.html') diff --git a/Source/WebCore/manual-tests/secure-keyboard-enabled-after-submit.html b/Source/WebCore/manual-tests/secure-keyboard-enabled-after-submit.html new file mode 100644 index 0000000..c0cd5f9 --- /dev/null +++ b/Source/WebCore/manual-tests/secure-keyboard-enabled-after-submit.html @@ -0,0 +1,34 @@ + + + + + +

BUG ID: Bugzilla bug 13471 REGRESSION (r21045): Secure keyboard entry mode remains in effect after leaving a password field by submitting

+ +

STEPS TO TEST:
+1) Use System Preferences > International > Input Menu to enable a non-Roman +input source, e.g. Arabic.
+2) Click in the password field below.
+3) Check that non-Roman input sources are disabled in the Input menu (the flag +on the right side of the menu bar).
+4) Press Return to submit the form.
+5) Click in the text field.
+6) Check that non-Roman input sources are enabled and selectable in the Input +menu. +

+ +

TEST PASS: +Non-Roman input sources will be disabled in step 3 but will be enabled again in step 6. +

+ +

TEST FAIL: +Non-Roman input sources will be disabled in step 6. +

+ +
+ Focus this password field and press Return: +
+ + + -- cgit v1.1