Closed
Bug 1465661
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 11260 - [css-layout-api] Adds passing of LayoutConstraints#fixedBlockSize.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11260 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/web-platform-tests/wpt/pull/11260 Details from upstream follow. Ian Kilpatrick <ikilpatrick@chromium.org> wrote: > [css-layout-api] Adds passing of LayoutConstraints#fixedBlockSize. > > This passes a fixed block size constraint into the layout function if: > - It has a fixed/percentage/calc block-size. > - The abs-pos constraints will make a fixed block size. > - It is a quirky body/document (which stretches to fit the viewport). > - It has a fixed block-size constraint from a parent layout. > > The tests all behave the same way. The layout which we are interested > in testing looks at the received fixedBlockSize, and if correct performs > layout on the only child with a 100x100 fixed size. > > Bug: 726125 > Change-Id: I4eec86a843d58a791c9df071e16b71bf2f5d80ee > > Reviewed-on: https://chromium-review.googlesource.com/1073636 > WPT-Export-Revision: c9fa0122fa70cc83512793edbb21c1e4e7da7da9
Assignee | ||
Updated•4 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•4 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=8dfde0ae874f13f3defd1828990276630a4d95e2
Assignee | ||
Comment 2•4 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=21d94d653062ddcb72cbb7a657c57a7c06781b12
Assignee | ||
Comment 3•4 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=8167792c1a632101e69e7bfa50e9c6a57cad4bb5
Assignee | ||
Comment 4•4 years ago
|
||
Ran 25 tests FAIL : 25 New tests that have failures or other problems: /css/css-layout-api/constraints-fixed-block-size-absolute-left-right-vrl.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-absolute-none.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-absolute-top-bottom.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-block-none-vrl.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-block-none.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-fixed-max.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-fixed-min.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-fixed-vrl.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-fixed.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-flex-basis-vrl.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-flex-column-basis.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-flex-column-grow.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-flex-column-none.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-flex-column-stretch-vrl.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-flex-grow-vrl.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-flex-none.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-flex-stretch-max.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-flex-stretch.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-grid-none.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-grid-stretch-max.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-grid-stretch.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-grid-vrl.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-percentage-vrl.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-percentage.https.html: FAIL /css/css-layout-api/constraints-fixed-block-size-quirky-body.https.html: FAIL
Assignee | ||
Comment 5•4 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f3c3816d2e398d6b7c005c76dda519bf0ea29358
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/3ae673157cb4 [wpt PR 11260] - [css-layout-api] Adds passing of LayoutConstraints#fixedBlockSize., a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/4a09efedca60 [wpt PR 11260] - Update wpt metadata, a=testonly
Pushed by archaeopteryx@coole-files.de: https://hg.mozilla.org/integration/mozilla-inbound/rev/e7eb49ccf448 [wpt PR 11260] - [css-layout-api] Adds passing of LayoutConstraints#fixedBlockSize., a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/376d962502a0 [wpt PR 11260] - Update wpt metadata, a=testonly
Comment 8•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e7eb49ccf448 https://hg.mozilla.org/mozilla-central/rev/376d962502a0
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•