Bug 97209 - [CSS Regions] /fast/regions/webkit-flow-floats-inside-regions-bounds.html crosstalks into float
Summary: [CSS Regions] /fast/regions/webkit-flow-floats-inside-regions-bounds.html cro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: AdobeTracked
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2012-09-20 06:58 PDT by Dominik Röttsches (drott)
Modified: 2013-05-28 09:14 PDT (History)
6 users (show)

See Also:


Attachments

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