forked from mirrors/gecko-dev
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
6 lines
326 B
HTML
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>
|