haikuwebkit/LayoutTests/tables/mozilla/bugs/bug2050.html

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>