fune/testing/web-platform/tests/css/css-multicol/nested-with-overflowing-padding-crash.html
Morten Stenshorne 632e6422a4 Bug 1746236 [wpt PR 32083] - Don't attempt to create fragmentainer groups if there are no column sets., a=testonly
Automatic update from web-platform-tests
Don't attempt to create fragmentainer groups if there are no column sets.

A nested multicol container may take up space and become fragmented even
if there's no child content.

Bug: 1278310
Change-Id: I9e79d90fe76bf183ccdfde3e98101e281efa2efe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3341537
Reviewed-by: Alison Maher <almaher@microsoft.com>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/main@{#952281}

--

wpt-commits: 5397aaa03db6e31613a53a2b6da43b12456d14c4
wpt-pr: 32083
2021-12-23 14:25:21 +00:00

6 lines
326 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=1278310">
<div style="columns:2; column-fill:auto; height:8px;">
<div style="columns:2; column-fill:auto; height:0; padding-top:10px;"></div>
</div>