diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/autofill_alignment.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/autofill_alignment.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,25 @@ + +
+ ++Autofill drop-down item's alignment should be the same as the input field. +It should align left if the input field's direction is ltr. It should +align right if the input field's direction is rtl. +
Try type some text in the "First name" and "Last name" input box,
+then click "Submit". Open the file again, double click the "First name"
+field, the drop-down box should be opened with the items aligned right.
+Double click the "Last name" field, the drop-down box should be opened
+with the items aligned left.
+
+