[wpt-sync] Sync PR 50092 - layout: Make non-`normal` `align-content` establish a block formatting context
Categories
(Core :: Layout: Block and Inline, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50092 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50092
Details from upstream follow.
rayguo17 <rayguo17@gmail.com> wrote:
layout: Make non-
normal
align-content
establish a block formatting context<!-- Please describe your changes on the following line: -->
Following the spec of align-content, when a element have style attribute: align-content with value other than normal, this element should have an independent block formatting context. So here i add code along side the detection of [overflow:hidden] and other css style that can cause an element to have independent block formatting context. cc @xiaochenghReviewed in servo/servo#34984
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 6 tests and 17 subtests
Status Summary
Firefox
OK
: 6
PASS
: 102
Chrome
OK
: 6
PASS
: 96
FAIL
: 6
Links
Comment 4•1 month ago
|
||
bugherder |
Description
•