Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug2050.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +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>