bmlk%gmx.de c2a9780647 adding testcases to layout regression tests, npob
git-svn-id: svn://10.0.0.236/trunk@184977 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-19 20:25:41 +00:00

23 lines
543 B
HTML

<html><head>
<style>
table { width: 100%; }
td{border:1px solid red;}
TD#leftcolumn,TD#rightcolumn {width: 180px;}
div.box {
overflow: hidden;
width: 170px;}
div.cbox-title { overflow: hidden;}
</style>
</head>
<body>
<table><tbody><tr><td id="leftcolumn">
<div class="box">online user bug 234593</div>
</td>
<td id="centercolumn">
<div class="cbox-title">SOAP </div>
<script>var x=document.body.offsetHeight;</script>
</td>
<td id="rightcolumn">
<div class="box">Last wiki comments</div>
</td></tr></tbody></table>
</body></html>