| <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8"> |
| Test the popup list box's width and its items' display directionality |
| Autofill popup list box should have the same width as its input field's width. |
| If the submitted input text is longer, it will be truncated to fit in the |
| <p> Try type some long text in the "Last name" input box, |
| Say "abcd abcd abcd abcd abcd abcd". |
| then click "Submit". Open the file again, and type the first letter "a", |
| the form autofill pop-up should show up now with the width the same as |
| the width of the input field, and the text "abcd abcd abcd abcd abcd abcd" got |
| <p> Try type the following text into the "First name" and "Last name". |
| <li>שששששש ננננננ בבבבבבבבב |
| <li>abc אאא defghijklmnopq |
| <li>אאאאאאאאאא abcdefghijklmn בבבבבבב |
| They should be displayed as RTL in the popup of "First name", |
| and should be displayed as LTR in the popup of the "Last name". |
| <form action="form_action.asp" method="get"> |
| First name: <input type="text" name="fname" dir="rtl"/><br /> |
| Last name: <input type="text" name="lname" /><br /> |
| <input type="submit" value="Submit" /> |