Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug2050.html
blob1b4eff19ffedd5ef8f20727a993028ac7a18b900
1 <html><head></head><body>
2 If the text is too low, then it is probably Bug 6920.
3 <!-- the BGCOLOR attribute is just to make the table breakage clear -->
4 <table border="1" BGCOLOR="#ffcc00"><tr><td>
5 <dl>
7 <FONT> <dt>Baz</dt> </FONT>
8 <DD>foo foo foo foo foo foo foo foo foo</DD>
10 <!-- if either 1) the FONT tag, or
11 2) the /FONT tag, or
12 3) the DD tag
13 is removed ... no problem ... i.e., no table breakage
14 -->
16 </dl>
18 </td></tr></table>
19 </body></html>