Form Test

This page is a regression test for forms.
The word "Start" should be above the textarea.
The word "End" should be underneath the textarea.
The links above the form field can be used to test javascript manipulation of various properties The text inside the textarea should match with its description.

Textarea

Start

End

Input, text

<INPUT type=text>

Start

End

Input, submit

<INPUT type=submit>

Start

End <INPUT type=image>

Start

End

Input, reset

<INPUT type=reset>

Start

End

Input, hidden

<INPUT type=hidden>

Start

End

Input, radio

check 1 | check 2 | check 3 | check 4 | check 5 | uncheck 5 | show checked

<INPUT type=radio>

Start

Button 1
Button 2
Button 3
Button 4
Button 5

End

Input, checkbox

check 1 | uncheck 1
check 2 | uncheck 2
check 3 | uncheck 3
show checked

input type=checkbox

Geben Sie bei der Pizzabestellung die gewünschten Zutaten an:

Salami
Pilze
Sardellen

End

HTML4 form elements:

SELECT:

SELECT Size=2, default 2:

SELECT Size=2 longtest, default 2:

multiple SELECT Size=4, default 2+3:

BR8169:

multiple SELECT size not given, default 2+3:

SELECT size=5, default 2+3:

hierarchical SELECT:

Input, file

Note: changing the file field's value from javascript should not work!
There should also not be any initial value.
Size is specified in pixels.

input type=file



END

BUTTON: