[Webkit-unassigned] [Bug 113259] [css3-text] Rendering -webkit-each-line value for text-indent from css3-text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 15:29:09 PDT 2013


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





--- Comment #8 from Levi Weintraub <leviw at chromium.org>  2013-04-02 15:27:21 PST ---
(From update of attachment 195475)
View in context: https://bugs.webkit.org/attachment.cgi?id=195475&action=review

> Source/WebCore/rendering/RenderBlockLineLayout.cpp:987
> +    bool isHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak();

This isn't exactly right either... this line box isn't a hard line break, it's *after* a hard line break.

-- 
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