2 <body style=
"width:470px">
10 This tests basic inputs. Here's what you should see:
12 first line: the letter
"a" and then a text input field filled with repeating
"foobarbaz", then the word
"text" followed by a disabled text input field filled with
"foo" and then the letter
"b" and then
"a"
14 second line: and then a password input field that's filled and then the word
"password" and then a disabled password field that's filled
15 and then the letter
"b"
17 third line: the letter
"a" and then a checkbox (unchecked) with the word
"checkbox" and then a disabled checkbox and letter
"b"
19 fourth line: the last line has the letter
"a" and then a redio button (unselected) and then the word
"radio" and then a disabled radio button and the letter
"b"
23 a
<input value=
"foobarbazfoobarbazfoobarbaz" type=
"text" />text
24 <input value=
"foo" type=
"text" DISABLED
/>b
25 a
<input value=
"foo" type=
"password" />password
26 <input value=
"foo" type=
"password" DISABLED
/>b
30 a
<input value=
"foo" type=
"checkbox" />checkbox
31 <input value=
"foo" type=
"checkbox" DISABLED
/>b
35 a
<input value=
"foo" type=
"radio" />radio
36 <input value=
"foo" type=
"radio" DISABLED
/>b