RetroZilla/layout/html/tests/printer/general/test5.html

27 lines
621 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title>Test 5</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<h1>Test 5: Input Printing Tests</h1>
<form name="passwordform" action="xx" method="yy"> <br>
PASSWORD <input type="password" name="passwd" value="goober"><br>
TEXT <input type="text" name="text" value="something"><br>
BUTTON <input type="button" Value="button"><br>
CHECKBOX <input type="checkbox" Value="checkbox"><br>
RADIO <input type="radio" Value="radio"><br>
RESET <input type="reset" Value="reset"><br>
</form>
</body>
</html>