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