[wpt-sync] Sync PR 22279 - [LayoutNG] Fix what replaced descendants resolve %-block-sizes... resolve against during the OOF-positioned min/max phase.
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 22279 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22279
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[LayoutNG] Fix what replaced descendants resolve %-block-sizes... resolve against during the OOF-positioned min/max phase.
Previously we resolved against the wrong %-block-size during the
OOF-positioned min/max phase. The resulted in an incorrect size for the
OOF-positioned node.This corrects what we resolve against.
Change-Id: I24be784cfce1ec8cc416cdb286034e71f9c20358
Reviewed-on: https://chromium-review.googlesource.com/2105753
WPT-Export-Revision: 9a04d9986a7988f0c59858aea7c03514aa5a5750
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL: 1
Chrome
FAIL: 1
Safari
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-writing-modes/abs-pos-with-replaced-child.html: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/40ff866c56c0
https://hg.mozilla.org/mozilla-central/rev/54d9332c833d
Description
•