1 This tests the height attribute of form elements. The only element that should honour this value is the Image type of input.
3 input
<INPUT height =
"1">
4 <br>text
<INPUT type=
"text" height=
"1">
5 <br>checkbox
<input type=
"checkbox" height=
"1">
6 <br>file
<input type=
"file" height=
"1">
7 <br>image
<input type=
"image" src=
"resources/apple.gif" height=
"1" width=
"10">
8 <br>radio
<input type=
"radio" height=
"1">
9 <br>range
<input type=
"range" height=
"1">
10 <br>reset
<input type=
"reset" height=
"1">
11 <br>submit
<input type=
"submit" height=
"1">
12 <br>isindex
<input type=
"isindex" height=
"1">
13 <br>password
<input type=
"password" height=
"1">
14 <br>search
<input type=
"search" height=
"1">