aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/form_reset.html
blob: 9d841a2058b20cf32573a4082f4bb7936f951f14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head></head>
<body>
<form>
<input name=bar type=checkbox checked>
<input name=baz value="baz1" type=radio checked>
<input name=baz value="baz2" type=radio>
<input type=text id=hi name=bye value="hi!">
<input type=text id=aloha name=empty value="">
<input type=text id=welcome name=reallyempty>
<textarea id=textarea>Hello
 TextArea!</textarea>
<input type=reset>
</form>
</body>
</html>