Update of /cvsroot/http-webtest/HTTP-WebTest/t
In directory usw-pr-cvs1:/tmp/cvs-serv21242/t
Added Files:
test6.html test5.html
Log Message:
Added
--- NEW FILE: test6.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test File 6</title>
</head>
<body>
<form action="/bad-request">
<input type="image" name="Button1" src="x.gif">
</form>
<form action="/show-request">
<input type="image" name="Button2" src="y.gif">
</form>
</body>
</html>
--- NEW FILE: test5.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test File 5</title>
</head>
<body>
<form name="xx" action="/bad-request">
<input type="submit" name="Button">
</form>
<form name="yy" action="/show-request">
<input type="submit" name="Button">
</form>
</body>
</html>
|