Bug
1705246 [wpt PR 28497] - [LayoutNG] Fixedpos offset in a nested multicol, a=testonly
Automatic update from web-platform-tests
[LayoutNG] Fixedpos offset in a nested multicol
When a fixedpos is nested in another OOF inside a nested multicol,
and the outer OOF is not positioned at top:0 inside the containing
block of the fixedpos, the offset of the fixedpos was incorrect. The
reason being that its static position was getting updated in
NGContainerFragmentBuilder::PropagateOOFPositionedInfo() to take the
offset of the OOF into account. This change makes sure that
the static position no longer adds in this offset and instead is
relative to its containing block.
Bug:
1198672
Change-Id: I79ec28a036637b4a985fe41752be323845b8c440
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/
2827007
Commit-Queue: Alison Maher <almaher@microsoft.com>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#873160}
--
wpt-commits:
d69b6ed41a784586305b02fdafcc486acad20038
wpt-pr: 28497