Fix handling of top margin on float with shape-outside
Created attachment 212078 [details] Patch
Comment on attachment 212078 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=212078&action=review > Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:61 > + LayoutUnit marginBefore = containingBlock->marginBeforeForChild(m_renderer); > + if (marginBefore < 0) > + marginBefore = LayoutUnit(); nit: might look better to use the max(0, value) function instead.
Created attachment 212081 [details] Updated patch Update for review feedback
Comment on attachment 212081 [details] Updated patch Clearing flags on attachment: 212081 Committed r156106: <http://trac.webkit.org/changeset/156106>
All reviewed patches have been landed. Closing bug.