[wpt-sync] Sync PR 50343 - [carousel] Only force size containment on in-flow scroll marker groups.
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50343 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50343
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
[carousel] Only force size containment on in-flow scroll marker groups.
Since out-of-flow positioned boxes don't affect anything on the outside,
it's not necessary to force size containment on them.They still need layout containment, though, since a scroll marker group
modifies its layout tree structure during layout.Bug: 391612994
Change-Id: I90fd535cf1c36d00b9353fcd5948c7636bf968f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6206666
Reviewed-by: Rune Lillesveen \<futhark@chromium.org>
Commit-Queue: Morten Stenshorne \<mstensho@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1412374}
Assignee | ||
Updated•16 days ago
|
Assignee | ||
Comment 1•16 days ago
|
||
Assignee | ||
Comment 2•16 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
FAIL
: 2
Chrome
PASS
: 1
FAIL
: 1
Safari
FAIL
: 2
Links
Details
New Tests That Don't Pass
- /css/css-overflow/scroll-marker-group-016.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-overflow/scroll-marker-group-017.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
)
Comment 4•13 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c83c8047fa9d
https://hg.mozilla.org/mozilla-central/rev/641c853073ae
Description
•