karnaze%netscape.com 3760a92c43 new regression tests not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@52937 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-08 05:25:31 +00:00

27 lines
593 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<title>Overflow in Tables</Title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
div { border: dotted lime; }
</style>
<table border=1 width=1>
<tr>
<td>
<div style="width:80px;">
Truncated?&nbsp;It&nbsp;should&nbsp;not&nbsp;be!
</div>
</td>
</tr>
</table>
<p>According to the rules of CSS, the text above should spill right out of the
table, as it does in the table-less case below:</p>
<div style="width:80px;">
Truncated?&nbsp;It&nbsp;should&nbsp;not&nbsp;be!
</div>