Closed
Bug 1503788
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13829 - [layoutng] Fix setting of fixed_block_is_definite
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13829 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13829
Details from upstream follow.
Christian Biesinger <cbiesinger@chromium.org> wrote:
> [layoutng] Fix setting of fixed_block_is_definite
>
> When a flex item has a definite specified height (e.g. height: 100px),
> then percentages in children of the flex item should resolve even
> if the flexbox does not have an explicit height, ie. does not match
> the condition in https://drafts.csswg.org/css-flexbox/#definite-sizes
>
> Bug: 885185
>
> Change-Id: Iba226f30e1e02e3a11273fa45fcdf1cef897120c
>
> Reviewed-on: https://chromium-review.googlesource.com/1311534
> WPT-Export-Revision: dac141946a31f2f430d165122aa85de044ce0515
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=0bee052c343781b4ec84cd191320eb05be087660
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests
PASS : 1
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/606352e086f6
[wpt PR 13829] - [layoutng] Fix setting of fixed_block_is_definite, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•