[Webkit-unassigned] [Bug 58806] float:right content positioned too low after display:inline content due to whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 15:22:30 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58806





--- Comment #7 from Joseph Pecoraro <joepeck at webkit.org>  2011-04-20 15:22:30 PST ---
> It seems to have caused an issue with three other tests:
> 
>     fast/multicol/float-truncation.html
>     fast/multicol/vertical-lr/float-truncation.html
>     fast/multicol/vertical-rl/float-truncation.html
> 
> Those might be progressions and might just need a minor
> update. So while I look at those, I'll put this patch up to get
> feedback.

Yes, these look like a progression to me. A float:left can now fit on
the same line as the word where previously it could not due to
trailing space preventing it. I can keep the test the same by just
making the line before the float 1 character longer, causing the
wrap at the same spot it used to. I'll have a new patch up soon
with those minor changes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list