Properly handle bottom margin on float with shape-outside
Created attachment 212400 [details] Patch
Comment on attachment 212400 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=212400&action=review > Source/WebCore/rendering/RenderBlock.cpp:3754 > + floatBottom = r->y() + marginBeforeForChild(r->renderer()) + shapeOutside->shapeLogicalBottom(); y() is wrong here. Let's get a vertical test, which will show why it's wrong. :)
Created attachment 212480 [details] Fix review feedback Duh. Yeah, I should have been using logical coordinates. FIxed, and one more test added.
Comment on attachment 212480 [details] Fix review feedback r=me
Created attachment 212484 [details] Rebase
Comment on attachment 212484 [details] Rebase Clearing flags on attachment: 212484 Committed r156346: <http://trac.webkit.org/changeset/156346>
All reviewed patches have been landed. Closing bug.