forked from mirrors/gecko-dev
Automatic update from web-platform-tests OOF in nested spanner multicol If an OOF lived in a nested multicol, and the innermost multicol was a column spanner, NGOutOfFlowLayoutPart::ReplaceFragment() would fail to find the correct column spanner fragment to replace. To fix this, look at the direct children of the spanner's containing multicol for the spanner rather than in the multicol's fragmentainers. Bug: 1324906 Change-Id: If098503040f7ed9670c4cfcebb6bd58a27f38196 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3652128 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Alison Maher <almaher@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1004745} -- wpt-commits: 455361a22bcb520b84cc8b58a506e85b56b33320 wpt-pr: 34094
11 lines
340 B
HTML
11 lines
340 B
HTML
<!DOCTYPE html>
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1324906">
|
|
<div style="columns:2;">
|
|
<div style="columns:2;">
|
|
<div style="column-span:all; columns:2;">
|
|
<div style="position:relative;">
|
|
<div style="position:absolute; height:20px;"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|