karnaze%netscape.com 3fc2f46a67 new regression tests
git-svn-id: svn://10.0.0.236/trunk@32751 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-26 22:19:02 +00:00

20 lines
584 B
HTML

<html><head></head><body>
If the text is too low, then it is probably Bug 6920.
<!-- the BGCOLOR attribute is just to make the table breakage clear -->
<table border="1" BGCOLOR="#ffcc00"><tr><td>
<dl>
<FONT> <dt>Baz</dt> </FONT>
<DD>foo foo foo foo foo foo foo foo foo</DD>
<!-- if either 1) the FONT tag, or
2) the /FONT tag, or
3) the DD tag
is removed ... no problem ... i.e., no table breakage
-->
</dl>
</td></tr></table>
</body></html>