RESOLVED FIXED 143238
[New Block-Inside-Inline Model] Make sure breaks occur both before and after the anonymous inline-block
https://bugs.webkit.org/show_bug.cgi?id=143238
Summary [New Block-Inside-Inline Model] Make sure breaks occur both before and after ...
Dave Hyatt
Reported 2015-03-30 15:02:30 PDT
Make sure line breaks occur both before and after the anonymous inline-block.
Attachments
Patch (17.18 KB, patch)
2015-03-30 15:08 PDT, Dave Hyatt
dino: review+
Dave Hyatt
Comment 1 2015-03-30 15:08:11 PDT
Dave Hyatt
Comment 2 2015-03-31 10:43:20 PDT
Fixed in r182188.
Jon Lee
Comment 3 2015-03-31 11:21:58 PDT
Comment on attachment 249769 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=249769&action=review > Source/WebCore/rendering/RenderBlockFlow.cpp:4118 > + if (((canBreakReplacedElement && (autoWrap || oldAutoWrap) && (!isPrevChildInlineFlow || shouldBreakLineAfterText)) || clearPreviousFloat) || isAnonymousInlineBlock) { is the extra parenthesis necessary? you've got ((...) || clearPreviousFloat || isAnonymousInlineBlock)
Note You need to log in before you can comment on or make changes to this bug.