bernd.mielke%snafu.de 2eed8a9cc4 formcontrol layout regression testcases
git-svn-id: svn://10.0.0.236/trunk@116267 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-09 15:07:13 +00:00

19 lines
423 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Checkbox test</title>
</head>
<body>
<form action="dummy.cgi">
<p>This should be checked <input type="checkbox" name="18895" value="1" checked="checked">
</p>
<p>This should not be checked <input type="checkbox" name="108515" value="1">
</p>
<p> <input type="submit" value="Submit"> <br>
</p>
</form>
</body>
</html>