[wpt-sync] Sync PR 34497 - Pre-paint: OOF within monolithic content is contained normally.
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox104 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34497 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34497
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Pre-paint: OOF within monolithic content is contained normally.
If an out-of-flow fragment is contained within monolithic content, its
containing fragment is simply the parent fragment, just as if there's no
block fragmentation involved at all.It's only when the containing block of the OOF participates in block
fragmentation, that things are special - the containing fragment is then
the nearest fragmentainer, not the fragment of the actual CSS containing
block.Only set the new containing fragment when entering monolithic content;
keep the other info, such as fragmentainer index. The fragmentainer
index is needed in order to store a unique fragment ID in FragmentData
for the cloned fragments generated for repeated content, such as table
headers and footers during block fragmentation.Bug: 1078927, 1336634, 1327969
Change-Id: Ie73a5328e6ccc65f2625742e3147b9a6af533769Reviewed-on: https://chromium-review.googlesource.com/3714109
WPT-Export-Revision: 0c71750db9d166cc35612f75f41f93d558a3101f
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 2 tests
Status Summary
Firefox
PASS: 1
FAIL: 1
Chrome
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-break/table/repeated-section/abspos-in-monolithic.tentative.html [wpt.fyi]:
FAIL(Chrome:FAIL)
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/98289f10d36f
https://hg.mozilla.org/mozilla-central/rev/7415ed0255b5
Description
•