Bug 124977 - [CSS Regions] Normal flow region overlaps floated region
Summary: [CSS Regions] Normal flow region overlaps floated region
Status: RESOLVED DUPLICATE of bug 133545
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 57312 124706
  Show dependency treegraph
 
Reported: 2013-11-28 09:38 PST by Mihai Balan
Modified: 2014-06-06 01:13 PDT (History)
2 users (show)

See Also:


Attachments
Test-case (1.41 KB, text/html)
2013-11-28 09:38 PST, Mihai Balan
no flags Details

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