Bug 133545

Summary: [CSSRegions] Region box incorrectly overlaps floating box
Product: WebKit Reporter: Mihnea Ovidenie <mihnea>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, mibalan, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Patch none

Description Mihnea Ovidenie 2014-06-05 06:55:13 PDT
A region box creates a BFC and it should not overlap a floating box in the same formatting context: http://www.w3.org/TR/CSS21/visuren.html#bfc-next-to-float
Comment 1 Mihnea Ovidenie 2014-06-05 06:59:16 PDT
Created attachment 232544 [details]
Patch
Comment 2 Dave Hyatt 2014-06-05 09:48:18 PDT
Comment on attachment 232544 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-06-05 23:45:26 PDT
Comment on attachment 232544 [details]
Patch

Clearing flags on attachment: 232544

Committed r169639: <http://trac.webkit.org/changeset/169639>
Comment 4 WebKit Commit Bot 2014-06-05 23:45:29 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Mihnea Ovidenie 2014-06-06 01:13:26 PDT
*** Bug 124977 has been marked as a duplicate of this bug. ***