Closed
Bug 1465661
Opened 7 years ago
Closed 7 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: wpt-sync, 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•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
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 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•7 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•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e7eb49ccf448
https://hg.mozilla.org/mozilla-central/rev/376d962502a0
Status: NEW → RESOLVED
Closed: 7 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
•