RESOLVED FIXED 97209
[CSS Regions] /fast/regions/webkit-flow-floats-inside-regions-bounds.html crosstalks into float
https://bugs.webkit.org/show_bug.cgi?id=97209
Summary [CSS Regions] /fast/regions/webkit-flow-floats-inside-regions-bounds.html cro...
Dominik Röttsches (drott)
Reported 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.
Attachments
Simon Pena
Comment 1 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.
Simon Pena
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.