Closed
Bug 1984308
Opened 7 months ago
Closed 7 months ago
[wpt-sync] Sync PR 54440 - layout: Remove check for `body` while building overflow frame.
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Core
Layout: Scrolling and Overflow
Tracking
()
RESOLVED
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 54440 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/54440
Details from upstream follow.
Shubham Gupta <shubham13297@gmail.com> wrote:
layout: Remove check for
bodywhile building overflow frame.Overflow propagation for element is marked while
Box Tree Constructionin #<!-- nolink -->38598 so no need for this early return.Testing:
css/css-overflow/overflow-body-propagation-012.html
Fixes: #<!-- nolink -->38799Reviewed in servo/servo#38825
| Assignee | ||
Updated•7 months ago
|
Component: web-platform-tests → Layout: Scrolling and Overflow
Product: Testing → Core
| Assignee | ||
Comment 1•7 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f5bf5e85d7f27e95534e69d868666d2f0505edfb
| Assignee | ||
Comment 2•7 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Pushed by wptsync@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f862a3b5f763
https://hg.mozilla.org/integration/autoland/rev/ae7960457082
[wpt PR 54440] - layout: Remove workaround for `body` while building overflow frame for `StackingContextTree` construction., a=testonly
Status: NEW → RESOLVED
Closed: 7 months ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•