Bug 97209

Summary: [CSS Regions] /fast/regions/webkit-flow-floats-inside-regions-bounds.html crosstalks into float
Product: WebKit Reporter: Dominik Röttsches (drott) <d-r>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, donggwan.kim, mibalan, mihnea, spenap, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    

Description Dominik Röttsches (drott) 2012-09-20 06:58:21 PDT
When changing the content-div's font to something other than the default, the text in the first box crosstalks into the float's space, instead of being flown around it.
Comment 1 Simon Pena 2013-05-28 02:46:58 PDT
In the GTK port, With 

font-size: 10px;
font-family: Ahem;
-webkit-font-smoothing: none;

The test passes: both in the current nightly build and back around when this bug was first reported (I used r129138 to test this). Without that, the test follows the behaviour stated in the description, and the text enters the float's space.

I will try to find the actual revision where this was fixed.
Comment 2 Simon Pena 2013-05-28 09:14:23 PDT
After bisecting a bit, I found that this was fixed by bug #101803 in r137331: <http://trac.webkit.org/changeset/137331>

I resolving it as FIXED, but feel free to reopen if you think I am mistaken.