karnaze%netscape.com 0984e84e98 new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@129096 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-09 18:37:29 +00:00

22 lines
271 B
HTML

<html>
<style>
#o-content-overflow {
width: 100px;
overflow: hidden;
text-align: left;
}
</style>
<body>
<table width="100%">
<tr>
<td align="center">
<div id="o-content-overflow">
ddddddd
</div>
</td>
<td>test</td>
</tr>
</table>
</body>
</html>