blob: dd347131cb439dfb763b51e41c6595cda205c91e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Selenium Test</title>
</head>
<body>
<a id="gLink" href="simpleTest.html">Goes to a simple test page</a>
<div style="visibility: hidden; width: 400px; height:250px; border: 0px solid blue; position: absolute; left: 0; top: 0; z-index: 100001;">
<table style="width:400px;height:250px; border:1px solid black; margin:0; background-color:white">
<tbody><tr>
<td>
<table valign="top" style="border-top:1px solid #E9F6FF;border-left:1px solid #E9F6FF; border-bottom:1px solid #3E5F80; width: 100%;">
<tbody><tr>
<td> Login </td>
</tr>
</tbody></table>
</td>
</tr>
<tr><td style="background: #778CA5;">&nbsp;</td></tr>
<tr><td style="width:15px;height:15px; background: #778CA5;">&nbsp;</td></tr>
</tbody></table>
</div>
</body>
</html>