Fix for
3867545, finance.yahoo.com lays out incorrectly. Add a quirk that will prevent tables from moving
down below floats when there is insufficient space. Instead we will match Gecko and just spill out of the
containing block to the right. This appears to be the more common desired behavior, despite being wrong.
WinIE sometimes wraps and sometimes doesn't, but it's really hard for us to match its inconsistency.
Reviewed by john
* khtml/rendering/render_block.cpp:
(khtml::RenderBlock::getClearDelta):
* layout-tests/apple-only/base/www.cnn.com/index-expected.txt:
* layout-tests/apple-only/base/www.ebay.com/index-expected.txt:
* layout-tests/apple-only/base/www.excite.com/index-expected.txt:
* layout-tests/fast/block/margin-collapse/102-expected.txt:
* layout-tests/fast/block/margin-collapse/102.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8174
268f45cc-cd09-0410-ab3c-
d52691b4dbfc