fune/testing/web-platform/tests/css/css-break/nested-multicol-with-spanner-and-oof-crash-008.html
Alison Maher 50c2f85350 Bug 1795795 [wpt PR 36511] - OOFs in column spanner with column balancing, a=testonly
Automatic update from web-platform-tests
OOFs in column spanner with column balancing

If an OOF was contained by a column spanner, and then we were to do a
column balancing pass after it had been aggregated to the multicol
builder, we would end up clearing out the OOFs inside the builder
within the column balancing pass. Then we would never lay out the OOF
inside the spanner.

To fix this, skip clearing out the OOFs in the builder when column
balancing.

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

--

wpt-commits: 8c5b0fe827665b208a2cc787836ba9e43e37b1d3
wpt-pr: 36511
2022-10-25 15:51:29 +00:00

15 lines
478 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1358030">
<p>PASS if no crash or DCHECK failure.</p>
<div style="column-count:1;">
<div style="column-count:1;">
<div style="column-span:all; position:relative;">
<div style="position:absolute;">
<div style="position:fixed;"></div>
</div>
</div>
<div style="position:relative;">
<div style="position:absolute;"></div>
</div>
</div>
</div>