blob: 61ffe85da557678c0c6172736d5e838f130b94cd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Child frame</title>
</head>
<body>
<h1>This is a tall frame test</h1>
<div>
<table>
<tr height="500px">
<td>First row</td>
</tr>
<tr height="500px">
<td>Second row</td>
</tr>
<tr height="500px">
<td>Third row</td>
</tr>
<tr height="500px">
<td>Fourth row</td>
</tr>
</table>
</div>
<input type='checkbox' name='checkbox' />
</body>
</html>