Bug 84876 - CSS 2.1 failure: floats-001.htm fails
Summary: CSS 2.1 failure: floats-001.htm fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Robert Hogan
URL:
Keywords:
Depends on: 45274
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-25 11:16 PDT by Robert Hogan
Modified: 2013-05-28 12:14 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Hogan 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.