Bug 124977

Summary: [CSS Regions] Normal flow region overlaps floated region
Product: WebKit Reporter: Mihai Balan <mibalan>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: mihnea, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312, 124706    
Attachments:
Description Flags
Test-case none

Description Mihai Balan 2013-11-28 09:38:30 PST
Created attachment 218007 [details]
Test-case

A normal flow region overlaps a floated region, and render its content on top of the floated region.

My personal expectation would be that the content flowed in the normal-flow region would not render on top of the floated region. This should also be the case, since regions are supposed to be block formatting context, so they (or their contents) should automatically clear other floats outside of them
Comment 1 Mihnea Ovidenie 2014-06-06 01:13:26 PDT
Fixed by https://bugs.webkit.org/show_bug.cgi?id=133545

*** This bug has been marked as a duplicate of bug 133545 ***