RESOLVED FIXED 143307
[New Block-Inside-Inline Model] Floats needs to be allowed to intrude into anonymous inline-blocks
https://bugs.webkit.org/show_bug.cgi?id=143307
Summary [New Block-Inside-Inline Model] Floats needs to be allowed to intrude into an...
Dave Hyatt
Reported 2015-04-01 08:43:33 PDT
Floats need to be able to intrude into anonymous inline-blocks. We need to make sure anonymous inline-blocks don't avoid floats and keep getting the full width of a line even when floats are present.
Attachments
Patch (19.03 KB, patch)
2015-04-01 08:50 PDT, Dave Hyatt
no flags
Patch (19.02 KB, patch)
2015-04-01 08:54 PDT, Dave Hyatt
dino: review+
Dave Hyatt
Comment 1 2015-04-01 08:50:00 PDT
WebKit Commit Bot
Comment 2 2015-04-01 08:50:58 PDT
Attachment 249921 [details] did not pass style-queue: ERROR: Source/WebCore/rendering/RenderBox.cpp:4305: Missing spaces around | [whitespace/operators] [3] Total errors found: 1 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
Dave Hyatt
Comment 3 2015-04-01 08:54:43 PDT
Dave Hyatt
Comment 4 2015-04-01 11:11:37 PDT
Fixed in r182241.
Note You need to log in before you can comment on or make changes to this bug.