RetroZilla/layout/html/tests/formctls/bugs/bug108526.html

19 lines
423 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!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>