RESOLVED FIXED 84876
CSS 2.1 failure: floats-001.htm fails
https://bugs.webkit.org/show_bug.cgi?id=84876
Summary CSS 2.1 failure: floats-001.htm fails
Robert Hogan
Reported 2012-04-25 11:16:25 PDT
The float does not push back past its previous sibling which is an inline block. This happens because the height of the inline block contributes towards its y() position. I think the fix is to disregard the height of the containing block when placing floats during line layout.
Attachments
Note You need to log in before you can comment on or make changes to this bug.