blob: 569a78c05ad3e47ef16e7df8b7638e481f135f0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head>
<title>
generic page
</title>
</head>
<body>
<div id="div1" style="height: 1000px; border: thin solid black;">
A generic page which can be used any time a test needs to load an arbitrary page via http.
</div>
</body>
</html>
|