1 This tests that the new text fields use the correct width.
<br>
2 <input type=
"text" value=
"" style=
"-khtml-appearance: textfield"></input><br>
3 <input type=
"text" value=
"styled width 200px" style=
"-khtml-appearance: textfield; width:200px"></input><br>
4 <input type=
"text" value=
"size 50" style=
"-khtml-appearance: textfield" size=
50><br>
5 <input type=
"text" value=
"styled width 200px & size=10" style=
"-khtml-appearance: textfield; width:200px" size=
10></input><br>
6 <input type=
"text" value=
"size 10" style=
"-khtml-appearance: textfield" size=
10><br>