karnaze%netscape.com 3d9a735c36 New regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@132321 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-21 15:01:17 +00:00

33 lines
499 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><html><head>
<style>
table {border:green 2px solid;}
td {border:red 1px dotted;}
div {border:blue 1px dashed;}
</style></head>
<body>
<table>
<tbody><tr>
<td>
<div style="height: 200px;">
TEST
</div>
</td>
</tr>
</tbody></table>
<div style="height: 2000px;">
TEST
</div>
<table>
<tbody><tr>
<td>
<div style="height: 2000px;">
TEST
</div>
</td>
</tr>
</tbody></table>
</body></html>