Add tests for floats next to new formatting contexts.
Whether an in-flow block-level box that establishes a new formatting context fits beside a float or not determines whether the float is adjoining with the new formatting context box or not. This matters if the box that establishes a new formatting context has a top margin. If the float turns out to be adjoining, it's affected by that margin, but not otherwise, i.e. if the new formatting context box needs to go below the float due to insufficient available width. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I66455845974cbcd5bef36927876512b05a15f435 Reviewed-on: https://chromium-review.googlesource.com/1032732Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#554510}
Showing
Please register or sign in to comment