RetroZilla/layout/html/tests/formctls/bugs/bug108526.html
2015-10-20 23:03:22 -04: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>