fune/testing/web-platform/tests/css/css-multicol/multicol-nested-025.html
Morten Stenshorne fbcf98888b Bug 1793998 [wpt PR 36315] - Fix auto block-size of auto-filled nested multicol., a=testonly
Automatic update from web-platform-tests
Fix auto block-size of auto-filled nested multicol.

Don't use the entire outer fragmentainer if there's no content that
needs it.

Note that we only shrink the size of the inner multicol fragments, not
the inner *column* fragments (fragmentainers). They will still use the
entire outer fragmentainer, which isn't ideal, but shrinking those too
would cause trouble for some out-of-flow positioning tests, and I
couldn't come up with an easy way to work around that.

Bug: 1339963
Change-Id: Ifd20922d58e22306b04e7ac784a4fca0f46ffe39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3936279
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: Alison Maher <almaher@microsoft.com>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1056230}

--

wpt-commits: cb3c0a21f35a109f6ed78e8a7899b7538e0e4eb0
wpt-pr: 36315
2022-10-21 10:37:23 +00:00

8 lines
406 B
HTML

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1339963">
<link rel="match" href="../reference/nothing.html">
<p>There should be nothing below.</p>
<div style="columns:2; column-fill:auto; height:100px;">
<div style="columns:2; column-fill:auto; background:red;"></div>
</div>