bmlk%gmx.de 65b198b336 adding layout regression tests not part of the build
git-svn-id: svn://10.0.0.236/trunk@150739 18797224-902f-48f8-a5cc-f745e15eee43
2003-12-26 10:30:40 +00:00

29 lines
545 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style>
div {border:solid green; position:absolute; top:150px;right:150px;width:60%}
table {border:solid blue; width:60%}
table.ab {position:absolute; top:200px;right:200px}
</style>
</head>
<body>
<table class="ab">
<tbody>
<tr>
<td>foo</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>foo</td>
</tr>
</tbody>
</table>
<div>div</div>
</body>
</html>